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

mithrandi at users.alioth.debian.org mithrandi at users.alioth.debian.org
Fri Dec 19 02:38:21 UTC 2014


    Date: Friday, December 19, 2014 @ 02:38:20
  Author: mithrandi
Revision: 31599

Fix stuff.

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

Modified: packages/python-cryptography/trunk/debian/control
===================================================================
--- packages/python-cryptography/trunk/debian/control	2014-12-18 23:56:02 UTC (rev 31598)
+++ packages/python-cryptography/trunk/debian/control	2014-12-19 02:38:20 UTC (rev 31599)
@@ -13,11 +13,11 @@
  python3-cffi (>= 0.8),
  python-six (>= 1.4.1),
  python3-six (>= 1.4.1),
- libssl-dev,
- python-cryptography-vectors (>= 0.6.1),
- python-cryptography-vectors (<< 0.6.2~),
- python3-cryptography-vectors (>= 0.6.1),
- python3-cryptography-vectors (<< 0.6.2~),
+ libssl-dev (>= 1.0.2~beta3),
+ python-cryptography-vectors (>= 0.7~),
+ python-cryptography-vectors (<< 0.7.1~),
+ python3-cryptography-vectors (>= 0.7~),
+ python3-cryptography-vectors (<< 0.7.1~),
  python-iso8601,
  python3-iso8601,
  python-pytest,

Modified: packages/python-cryptography/trunk/debian/rules
===================================================================
--- packages/python-cryptography/trunk/debian/rules	2014-12-18 23:56:02 UTC (rev 31598)
+++ packages/python-cryptography/trunk/debian/rules	2014-12-19 02:38:20 UTC (rev 31599)
@@ -3,7 +3,7 @@
 export PYBUILD_NAME=cryptography
 export PYBUILD_TEST_PYTEST=1
 export PYBUILD_TEST_ARGS={dir}/tests/
-export PYBUILD_BEFORE_TEST=cp -R {dir}/${PYBUILD_NAME}.egg-info {build_dir}
+export PYBUILD_BEFORE_TEST=cp -R {dir}/src/${PYBUILD_NAME}.egg-info {build_dir}
 
 
 %:




More information about the Python-modules-commits mailing list