[Python-modules-commits] r23632 - in packages/pytest/trunk/debian (changelog control)
laarmen-guest at users.alioth.debian.org
laarmen-guest at users.alioth.debian.org
Sat Mar 2 12:22:02 UTC 2013
Date: Saturday, March 2, 2013 @ 12:21:59
Author: laarmen-guest
Revision: 23632
Add python3-mock as build-dependency
Modified:
packages/pytest/trunk/debian/changelog
packages/pytest/trunk/debian/control
Modified: packages/pytest/trunk/debian/changelog
===================================================================
--- packages/pytest/trunk/debian/changelog 2013-03-02 05:16:05 UTC (rev 23631)
+++ packages/pytest/trunk/debian/changelog 2013-03-02 12:21:59 UTC (rev 23632)
@@ -4,7 +4,7 @@
+ Update the patch paths to build only the English documentation
* Fix the permissions for the py.test-3 executable.
* Up the dependency on python-py to 1.4.11
- * Add python-nose, python3-nose, python-pexpect and python-mock (>= 1.0.1)
+ * Add python(3)-nose, python-pexpect and python(3)-mock (>= 1.0.1)
as Build-Depends to skip less tests.
* Suggests python-mock (>= 1.0.1) in python-pytest
* Bump Standards-Version to 3.9.4, no change needed.
Modified: packages/pytest/trunk/debian/control
===================================================================
--- packages/pytest/trunk/debian/control 2013-03-02 05:16:05 UTC (rev 23631)
+++ packages/pytest/trunk/debian/control 2013-03-02 12:21:59 UTC (rev 23632)
@@ -15,6 +15,7 @@
python3-all (>= 3.1.2-6~),
python3-py,
python3-nose,
+ python3-mock (>= 1.0.1),
python3-setuptools
Build-Conflicts: python-pytest-xdist (<< 1.5)
X-Python-Version: >= 2.4
More information about the Python-modules-commits
mailing list