summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Sateler <fsateler@debian.org>2019-11-22 21:19:10 -0300
committerFelipe Sateler <fsateler@debian.org>2019-11-22 21:19:10 -0300
commitb8c2b6c75082845ddd55b8dd05605e8bf78a28c2 (patch)
tree17afed3ac294e4c4891a658e8b00f43c66f23253
parent97b16e5404375cc6cca4469045984cac0eabd335 (diff)
Drop Relax-Dependencies.patch - now dependencies are less strict
-rw-r--r--debian/patches/Relax-dependencies.patch26
-rw-r--r--debian/patches/series1
2 files changed, 0 insertions, 27 deletions
diff --git a/debian/patches/Relax-dependencies.patch b/debian/patches/Relax-dependencies.patch
deleted file mode 100644
index 7ec67baf..00000000
--- a/debian/patches/Relax-dependencies.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-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
----
-diff --git a/setup.py b/setup.py
-index a7a33363..a847c61d 100644
---- a/setup.py
-+++ b/setup.py
-@@ -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.11.0, != 2.12.2, != 2.18.0, < 2.19',
-- 'texttable >= 0.9.0, < 0.10',
-+ 'requests >= 2.6.1',
-+ 'texttable >= 0.9.0',
- 'websocket-client >= 0.32.0, < 1.0',
-- 'docker >= 3.2.1, < 4.0',
-- 'dockerpty >= 0.4.1, < 0.5',
-+ 'docker >= 3.2.1',
-+ 'dockerpty >= 0.4.1',
- 'six >= 1.3.0, < 2',
- 'jsonschema >= 2.5.1, < 3',
- ]
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index cb797975..00000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-Relax-dependencies.patch