[Python-modules-commits] r21466 - in packages/python-cobe/trunk/debian/patches (1 file)
eriol-guest at users.alioth.debian.org
eriol-guest at users.alioth.debian.org
Tue May 1 05:50:31 UTC 2012
Date: Tuesday, May 1, 2012 @ 05:50:27
Author: eriol-guest
Revision: 21466
Versioned python-coverage requirement
Modified:
packages/python-cobe/trunk/debian/patches/01_relaxed-python-coverage-dependency.patch
Modified: packages/python-cobe/trunk/debian/patches/01_relaxed-python-coverage-dependency.patch
===================================================================
--- packages/python-cobe/trunk/debian/patches/01_relaxed-python-coverage-dependency.patch 2012-05-01 05:37:41 UTC (rev 21465)
+++ packages/python-cobe/trunk/debian/patches/01_relaxed-python-coverage-dependency.patch 2012-05-01 05:50:27 UTC (rev 21466)
@@ -10,7 +10,7 @@
setup_requires = [
"nose==1.1.2",
- "coverage==3.5"
-+ "coverage"
++ "coverage>=3.4"
],
install_requires = [
More information about the Python-modules-commits
mailing list