summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Sateler <fsateler@debian.org>2017-11-04 09:56:26 -0300
committerFelipe Sateler <fsateler@debian.org>2017-11-04 11:17:16 -0300
commit1a8ddcb189ad4a6133a397d39e7f94ef871c0b2c (patch)
tree1f23e0498b38a7a7cb4620de3194faa0ebd39b56
parentb53baf3f344d707a2c7e28f4fc85b1d09ae1ec5d (diff)
Refresh patches
-rw-r--r--debian/patches/Relax-dependencies.patch17
1 files changed, 9 insertions, 8 deletions
diff --git a/debian/patches/Relax-dependencies.patch b/debian/patches/Relax-dependencies.patch
index dccc4bec..f20b8315 100644
--- a/debian/patches/Relax-dependencies.patch
+++ b/debian/patches/Relax-dependencies.patch
@@ -4,24 +4,25 @@ Subject: Relax dependencies
docker-py, dockerpty and requests are too restrictive
---
- setup.py | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
+ setup.py | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/setup.py b/setup.py
-index 5cb52da..6fd3060 100644
+index 192a0f6..085a338 100644
--- a/setup.py
+++ b/setup.py
-@@ -31,11 +31,11 @@ install_requires = [
+@@ -33,11 +33,11 @@ install_requires = [
'cached-property >= 1.2.0, < 2',
'docopt >= 0.6.1, < 0.7',
'PyYAML >= 3.10, < 4',
-- 'requests >= 2.6.1, < 2.8',
+- 'requests >= 2.6.1, != 2.11.0, < 2.12',
+- 'texttable >= 0.9.0, < 0.10',
+ 'requests >= 2.6.1',
- 'texttable >= 0.8.1, < 0.9',
++ 'texttable >= 0.9',
'websocket-client >= 0.32.0, < 1.0',
-- 'docker-py >= 1.9.0, < 2.0',
+- 'docker >= 2.5.1, < 3.0',
- 'dockerpty >= 0.4.1, < 0.5',
-+ 'docker-py >= 1.9.0',
++ 'docker >= 2.4.0',
+ 'dockerpty >= 0.4.1',
'six >= 1.3.0, < 2',
'jsonschema >= 2.5.1, < 3',