[Python-modules-commits] r34149 - in packages/python-cryptography-vectors/trunk/debian (control)
mithrandi at users.alioth.debian.org
mithrandi at users.alioth.debian.org
Fri Sep 4 08:42:14 UTC 2015
Date: Friday, September 4, 2015 @ 08:42:13
Author: mithrandi
Revision: 34149
Run wrap-and-sort.
Modified:
packages/python-cryptography-vectors/trunk/debian/control
Modified: packages/python-cryptography-vectors/trunk/debian/control
===================================================================
--- packages/python-cryptography-vectors/trunk/debian/control 2015-09-04 08:41:47 UTC (rev 34148)
+++ packages/python-cryptography-vectors/trunk/debian/control 2015-09-04 08:42:13 UTC (rev 34149)
@@ -6,8 +6,8 @@
debhelper (>= 9),
dh-python,
python-all,
+ python-setuptools,
python3-all,
- python-setuptools,
python3-setuptools,
Standards-Version: 3.9.6
Homepage: https://cryptography.io/
@@ -18,7 +18,7 @@
Package: python-cryptography-vectors
Architecture: all
-Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
Description: Test vectors for python-cryptography (Python 2)
The test vectors for the cryptography library are rather large; thus, they are
broken out into their own package so that users who do not need to run the
@@ -28,7 +28,7 @@
Package: python3-cryptography-vectors
Architecture: all
-Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Description: Test vectors for python-cryptography (Python 3)
The test vectors for the cryptography library are rather large; thus, they are
broken out into their own package so that users who do not need to run the
More information about the Python-modules-commits
mailing list