* debian/patches/relax_kazoo_requirement.patch: New patch, relaxes the

previously strict (== 2.2.1) kazoo version requirements.
This commit is contained in:
Michael Banck 2017-09-23 09:55:48 +02:00
parent fba7408141
commit 06e5cbc5f3
2 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,11 @@
--- ./requirements.txt.orig 2017-09-23 09:22:25.887051129 +0200
+++ ./requirements.txt 2017-09-23 09:22:33.643068504 +0200
@@ -4,7 +4,7 @@
PyYAML
requests
six >= 1.7
-kazoo==2.2.1
+kazoo>2.2.0
python-etcd>=0.4.3,<0.5
python-consul>=0.7.0
click>=4.1

View file

@ -2,3 +2,4 @@ pgpass_in_testsuite.patch
sphinx_no_mathjax.patch
startup_scripts.patch
coverage_binary.patch
relax_kazoo_requirement.patch