[Python-modules-commits] r21122 - in packages/pytest/trunk/debian (control)

laarmen-guest at users.alioth.debian.org laarmen-guest at users.alioth.debian.org
Sun Apr 8 21:02:45 UTC 2012


    Date: Sunday, April 8, 2012 @ 21:02:42
  Author: laarmen-guest
Revision: 21122

depend on python[3]-pkg-resources

Modified:
  packages/pytest/trunk/debian/control

Modified: packages/pytest/trunk/debian/control
===================================================================
--- packages/pytest/trunk/debian/control	2012-04-08 20:43:09 UTC (rev 21121)
+++ packages/pytest/trunk/debian/control	2012-04-08 21:02:42 UTC (rev 21122)
@@ -6,9 +6,9 @@
 Build-Depends:
  debhelper (>= 8),
  python-all (>= 2.6.6-3~),
+ python-py,
  python-setuptools,
  python-sphinx,
- python-py,
  python3-all (>= 3.1.2-6~),
  python3-setuptools
 X-Python-Version: >= 2.4
@@ -20,7 +20,11 @@
 
 Package: python-pytest
 Architecture: all
-Depends: python-py (>= 1.4), ${misc:Depends}, ${python:Depends}
+Depends:
+ python-pkg-resources,
+ python-py (>= 1.4),
+ ${misc:Depends},
+ ${python:Depends}
 Breaks: python-py (<< 1.4)
 Replaces: python-py (<< 1.4)
 Description: Simple, powerful testing in Python
@@ -30,7 +34,11 @@
 
 Package: python3-pytest
 Architecture: all
-Depends: python3-py (>= 1.4), ${misc:Depends}, ${python3:Depends}
+Depends:
+ python3-pkg-resources,
+ python3-py (>= 1.4),
+ ${misc:Depends},
+ ${python3:Depends}
 Description: Simple, powerful testing in Python3
  This testing tool has for objective to allow the developers to limit the
  boilerplate code around the tests, promoting the use of built-in




More information about the Python-modules-commits mailing list