Remove deprecated Mustache patch

This commit is contained in:
Kelson
2020-04-20 11:41:54 +02:00
committed by Matthieu Gautier
parent 5d1f5bda1f
commit 7f6a8856b7
2 changed files with 0 additions and 12 deletions

View File

@ -13,7 +13,6 @@ class Mustache(Dependency):
archive = Remotefile('Mustache-4.1.tar.gz',
'acd66359feb4318b421f9574cfc5a511133a77d916d0b13c7caa3783c0bfe167',
'https://github.com/kainjow/Mustache/archive/v4.1.tar.gz')
patches = ['mustache_virtual_destructor.patch']
class Builder(BaseBuilder):
def build(self):