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:
parent
37e2b709f8
commit
d076c6b8d7
|
@ -9,7 +9,6 @@ class Zimwriterfs(Dependency):
|
||||||
class Source(GitClone):
|
class Source(GitClone):
|
||||||
git_remote = "https://github.com/openzim/zimwriterfs.git"
|
git_remote = "https://github.com/openzim/zimwriterfs.git"
|
||||||
git_dir = "zimwriterfs"
|
git_dir = "zimwriterfs"
|
||||||
release_git_ref = "1.1"
|
|
||||||
|
|
||||||
class Builder(MesonBuilder):
|
class Builder(MesonBuilder):
|
||||||
dependencies = ['libzim', 'zlib', 'xapian-core', 'gumbo', 'icu4c', 'libmagic']
|
dependencies = ['libzim', 'zlib', 'xapian-core', 'gumbo', 'icu4c', 'libmagic']
|
||||||
|
|
Loading…
Reference in New Issue