summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control28
1 files changed, 13 insertions, 15 deletions
diff --git a/debian/control b/debian/control
index 28613a6..401b125 100644
--- a/debian/control
+++ b/debian/control
@@ -2,30 +2,28 @@ Source: python-docker
Section: python
Priority: optional
Maintainer: Docker Compose Team <team+docker-compose@tracker.debian.org>
-Uploaders: Jason Pleau <jason@jpleau.ca>,
- Felipe Sateler <fsateler@debian.org>
-Build-Depends: debhelper (>= 10),
- dh-python,
+Uploaders:
+ Jason Pleau <jason@jpleau.ca>,
+ Felipe Sateler <fsateler@debian.org>,
+ Thomas Goirand <zigo@debian.org>,
+Build-Depends:
+ debhelper-compat (= 12),
+ dh-sequence-python3,
python3-all,
+ python3-requests (>= 2.14.2~),
python3-setuptools,
-# setup.py - python3
- python3-requests (>= 2.11.1~),
- python3-six (>= 1.4.0~),
python3-websocket (>= 0.32.0~),
- python3-dockerpycreds (>= 0.2.2),
-# test-requirements.txt
-# python-mock (>= 1.0.1~),
-# python-coverage (>= 3.7.1~),
-# docker.io,
-Standards-Version: 4.2.1
+Standards-Version: 4.4.1
Homepage: https://github.com/docker/docker-py
Vcs-Git: https://salsa.debian.org/docker-compose-team/python-docker
Vcs-Browser: https://salsa.debian.org/docker-compose-team/python-docker
-X-Python3-Version: >= 3.5
Package: python3-docker
Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}
+Depends:
+ python3-distutils,
+ ${misc:Depends},
+ ${python3:Depends},
Description: Python 3 wrapper to access docker.io's control socket
This package contains oodles of routines that aid in controlling
docker.io over it's socket control, the same way the docker.io