summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorFelipe Sateler <fsateler@gmail.com>2016-10-17 10:36:13 -0300
committerFelipe Sateler <fsateler@gmail.com>2016-10-17 10:36:13 -0300
commitfd6a74ffbb4be8fb3a1adb29f342abdec2ffe58f (patch)
tree2e0d396e83d980899cb62e00d423bf81ef4c659b /debian/patches
parent0b4b94a4875ae16df11507cd52d2d86858cb6c50 (diff)
Refresh patches
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/Relax-dependencies.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/patches/Relax-dependencies.patch b/debian/patches/Relax-dependencies.patch
index 0edbcb08..dccc4bec 100644
--- a/debian/patches/Relax-dependencies.patch
+++ b/debian/patches/Relax-dependencies.patch
@@ -1,5 +1,5 @@
-From: Felipe Sateler <fsateler@debian.org>
-Date: Fri, 15 May 2015 11:12:53 -0300
+From: Felipe Sateler <fsateler@gmail.com>
+Date: Mon, 17 Oct 2016 10:35:03 -0300
Subject: Relax dependencies
docker-py, dockerpty and requests are too restrictive
@@ -8,7 +8,7 @@ docker-py, dockerpty and requests are too restrictive
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/setup.py b/setup.py
-index 0b37c1d..6b8abfc 100644
+index 5cb52da..6fd3060 100644
--- a/setup.py
+++ b/setup.py
@@ -31,11 +31,11 @@ install_requires = [
@@ -19,9 +19,9 @@ index 0b37c1d..6b8abfc 100644
+ 'requests >= 2.6.1',
'texttable >= 0.8.1, < 0.9',
'websocket-client >= 0.32.0, < 1.0',
-- 'docker-py >= 1.8.1, < 2',
+- 'docker-py >= 1.9.0, < 2.0',
- 'dockerpty >= 0.4.1, < 0.5',
-+ 'docker-py >= 1.8.0',
++ 'docker-py >= 1.9.0',
+ 'dockerpty >= 0.4.1',
'six >= 1.3.0, < 2',
'jsonschema >= 2.5.1, < 3',