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

laarmen-guest at users.alioth.debian.org laarmen-guest at users.alioth.debian.org
Wed May 8 09:24:57 UTC 2013


    Date: Wednesday, May 8, 2013 @ 09:24:55
  Author: laarmen-guest
Revision: 24200

Raise the python-py versionned dependency to match upstream's

Modified:
  packages/pytest/trunk/debian/control
  packages/pytest/trunk/debian/tests/control

Modified: packages/pytest/trunk/debian/control
===================================================================
--- packages/pytest/trunk/debian/control	2013-05-08 09:14:17 UTC (rev 24199)
+++ packages/pytest/trunk/debian/control	2013-05-08 09:24:55 UTC (rev 24200)
@@ -6,7 +6,7 @@
 Build-Depends:
  debhelper (>= 8.1),
  python-all (>= 2.6.6-3~),
- python-py,
+ python-py (>= 1.4.13),
  python-twisted-core,
  python-pexpect,
  python-nose,
@@ -30,7 +30,7 @@
 Architecture: all
 Depends:
  python-pkg-resources,
- python-py (>= 1.4.11),
+ python-py (>= 1.4.13),
  ${misc:Depends},
  ${python:Depends}
 Suggests: python-mock (>= 1.0.1)

Modified: packages/pytest/trunk/debian/tests/control
===================================================================
--- packages/pytest/trunk/debian/tests/control	2013-05-08 09:14:17 UTC (rev 24199)
+++ packages/pytest/trunk/debian/tests/control	2013-05-08 09:24:55 UTC (rev 24200)
@@ -5,6 +5,7 @@
  python-mock (>= 1.0.1),
  python-nose,
  python-pexpect,
+ python-pytest-xdist,
  python-twisted-core
 
 Tests: unittests-python3




More information about the Python-modules-commits mailing list