[Python-modules-commits] r23837 - in packages/python-crypto/trunk/debian/tests (control)

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Thu Apr 4 13:28:20 UTC 2013


    Date: Thursday, April 4, 2013 @ 13:28:18
  Author: sramacher
Revision: 23837

Fix Depends

Modified:
  packages/python-crypto/trunk/debian/tests/control

Modified: packages/python-crypto/trunk/debian/tests/control
===================================================================
--- packages/python-crypto/trunk/debian/tests/control	2013-04-04 13:10:34 UTC (rev 23836)
+++ packages/python-crypto/trunk/debian/tests/control	2013-04-04 13:28:18 UTC (rev 23837)
@@ -2,16 +2,16 @@
 Depends: python-crypto
 
 Tests: python2-all
-Depends: python-all python-crypto
+Depends: python-all, python-crypto
 
 Tests: python2-all-dbg
-Depends: python-all-dbg python-crypto-dbg
+Depends: python-all-dbg, python-crypto-dbg
 
 Tests: python3
 Depends: python3-crypto
 
 Tests: python3-all
-Depends: python3-all python3-crypto
+Depends: python3-all, python3-crypto
 
 Tests: python3-all-dbg
-Depends: python3-all-dbg python3-crypto-dbg
+Depends: python3-all-dbg, python3-crypto-dbg




More information about the Python-modules-commits mailing list