Do not set zimwriterfs version directly in the dependency.

The version is tracked in `kiwixbuild/versions.py`, so we must no set
it in `kiwixbuild/dependencies/zimwriterfs.py`.
This commit is contained in:
Matthieu Gautier 2018-06-18 17:56:13 +02:00
parent 37e2b709f8
commit d076c6b8d7
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@ class Zimwriterfs(Dependency):
class Source(GitClone):
git_remote = "https://github.com/openzim/zimwriterfs.git"
git_dir = "zimwriterfs"
release_git_ref = "1.1"
class Builder(MesonBuilder):
dependencies = ['libzim', 'zlib', 'xapian-core', 'gumbo', 'icu4c', 'libmagic']