summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/control4
-rw-r--r--debian/pydist-overrides9
2 files changed, 2 insertions, 11 deletions
diff --git a/debian/control b/debian/control
index 279e71ab..2e9eee73 100644
--- a/debian/control
+++ b/debian/control
@@ -10,11 +10,11 @@ Build-Depends:
dh-python,
python3-cached-property (>= 1.2.0),
python3-setuptools (>= 0.6b3),
- python3-docker (>= 3.2.1),
+ python3-docker (>= 4.0.0),
python3-dockerpty (>= 0.4.1),
python3-docopt (>= 0.6.1),
python3-yaml (>= 3.10),
- python3-requests (>= 2.6.1),
+ python3-requests (>= 2.20.0),
python3-six (>= 1.7.3),
python3-texttable (>= 0.9.0),
python3-websocket (>= 0.32.0),
diff --git a/debian/pydist-overrides b/debian/pydist-overrides
deleted file mode 100644
index 488a749b..00000000
--- a/debian/pydist-overrides
+++ /dev/null
@@ -1,9 +0,0 @@
-requests python-requests (>= 2.6.1)
-docker python-docker (>= 2.4.0)
-dockerpty python-dockerpty (>= 0.4.1)
-texttable python-texttable (>= 0.9)
-websocket-client python-websocket (>= 0.32.0)
-PyYAML python-yaml (>= 3.10)
-jsonschema python-jsonschema (>= 2.5.1)
-docopt python-docopt (>= 0.6.1)
-cached-property python-cached-property (>= 1.2.0)