[Python-modules-commits] r34148 - in packages/python-cryptography/trunk/debian (control)

mithrandi at users.alioth.debian.org mithrandi at users.alioth.debian.org
Fri Sep 4 08:41:48 UTC 2015


    Date: Friday, September 4, 2015 @ 08:41:47
  Author: mithrandi
Revision: 34148

Run wrap-and-sort.

Modified:
  packages/python-cryptography/trunk/debian/control

Modified: packages/python-cryptography/trunk/debian/control
===================================================================
--- packages/python-cryptography/trunk/debian/control	2015-09-04 06:47:56 UTC (rev 34147)
+++ packages/python-cryptography/trunk/debian/control	2015-09-04 08:41:47 UTC (rev 34148)
@@ -5,31 +5,31 @@
 Build-Depends:
  debhelper (>= 9),
  dh-python,
+ libssl-dev,
  python-all-dev,
+ python-cffi (>= 1.1.0~),
+ python-cryptography-vectors (<< 1.0.1~),
+ python-cryptography-vectors (>= 1.0~),
+ python-enum34,
+ python-idna,
+ python-ipaddress,
+ python-iso8601,
+ python-pretend,
+ python-pyasn1,
+ python-pytest,
+ python-setuptools,
+ python-six (>= 1.4.1),
  python3-all-dev,
- python-setuptools,
- python3-setuptools,
- python-cffi (>= 1.1.0~),
  python3-cffi (>= 1.1.0~),
- python-six (>= 1.4.1),
- python3-six (>= 1.4.1),
- libssl-dev,
- python-cryptography-vectors (>= 1.0~),
- python-cryptography-vectors (<< 1.0.1~),
+ python3-cryptography-vectors (<< 1.0.1~),
  python3-cryptography-vectors (>= 1.0~),
- python3-cryptography-vectors (<< 1.0.1~),
- python-iso8601,
+ python3-idna,
  python3-iso8601,
- python-pytest,
- python3-pytest,
- python-pretend,
  python3-pretend,
- python-pyasn1,
  python3-pyasn1,
- python-enum34,
- python-ipaddress,
- python-idna,
- python3-idna,
+ python3-pytest,
+ python3-setuptools,
+ python3-six (>= 1.4.1),
 Standards-Version: 3.9.6
 Homepage: https://cryptography.io/
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-cryptography/trunk/
@@ -40,7 +40,7 @@
 
 Package: python-cryptography
 Architecture: any
-Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
 Suggests: python-cryptography-doc, python-cryptography-vectors
 Description: Python library exposing cryptographic recipes and primitives (Python 2)
  The cryptography library is designed to be a "one-stop-shop" for
@@ -61,7 +61,7 @@
 
 Package: python3-cryptography
 Architecture: any
-Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
 Suggests: python-cryptography-doc, python3-cryptography-vectors
 Description: Python library exposing cryptographic recipes and primitives (Python 3)
  The cryptography library is designed to be a "one-stop-shop" for




More information about the Python-modules-commits mailing list