summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/control25
1 files changed, 19 insertions, 6 deletions
diff --git a/debian/control b/debian/control
index 1226550..58d9cbc 100644
--- a/debian/control
+++ b/debian/control
@@ -2,10 +2,23 @@ Source: python-service-identity
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Tristan Seligmann <mithrandi@debian.org>
-Build-Depends: debhelper (>= 9), dh-python,
- python-all, python-setuptools, python-openssl, python-pyasn1-modules, python-characteristic, python-pytest,
- python3-all, python3-setuptools, python3-openssl, python3-pyasn1-modules, python3-characteristic, python3-pytest,
- python3-idna, python-idna
+Build-Depends:
+ debhelper (>= 9),
+ dh-python,
+ python-all,
+ python-characteristic,
+ python-idna,
+ python-openssl,
+ python-pyasn1-modules,
+ python-pytest,
+ python-setuptools,
+ python3-all,
+ python3-characteristic,
+ python3-idna,
+ python3-openssl,
+ python3-pyasn1-modules,
+ python3-pytest,
+ python3-setuptools,
Build-Depends-Indep: python3-sphinx
Standards-Version: 3.9.7
Section: python
@@ -15,7 +28,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-serv
Package: python-service-identity
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${python:Depends}
Recommends: python-idna
Description: Service identity verification for pyOpenSSL (Python 2 module)
Service_identity aspires to give you all the tools you need for verifying
@@ -27,7 +40,7 @@ Description: Service identity verification for pyOpenSSL (Python 2 module)
Package: python3-service-identity
Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${python3:Depends}
Recommends: python3-idna
Description: Service identity verification for pyOpenSSL (Python 3 module)
Service_identity aspires to give you all the tools you need for verifying