[Python-modules-commits] r21524 - in packages/python-cobe/trunk/debian/patches (2 files)

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Thu May 3 22:16:33 UTC 2012


    Date: Thursday, May 3, 2012 @ 22:16:31
  Author: eriol-guest
Revision: 21524

Remove argparse from install_requires to not take care of the fact that only from python 2.7.3~rc2-1 egg-info metadata for argparse are shipped

Added:
  packages/python-cobe/trunk/debian/patches/02_remove-argparse-from-install-requires.patch
Modified:
  packages/python-cobe/trunk/debian/patches/series

Added: packages/python-cobe/trunk/debian/patches/02_remove-argparse-from-install-requires.patch
===================================================================
--- packages/python-cobe/trunk/debian/patches/02_remove-argparse-from-install-requires.patch	                        (rev 0)
+++ packages/python-cobe/trunk/debian/patches/02_remove-argparse-from-install-requires.patch	2012-05-03 22:16:31 UTC (rev 21524)
@@ -0,0 +1,17 @@
+Description: Remove argparse from install_requires so dh_python2 shipped by
+ python-defaults (2.7.2-10) won't generate dependencies of the form
+ "python (>= 2.7) | python-argparse" since anyway only from python 2.7.3~rc2-1
+ egg-info metadata for argparse are shipped.
+Author: Daniele Tricoli <eriol at mornie.org>
+Forwarded: not-needed
+Last-Update: 2012-05-03
+
+--- a/setup.py
++++ b/setup.py
+@@ -22,7 +22,6 @@
+
+     install_requires = [
+         "PyStemmer>=1.2.0",
+-        "argparse>=1.2.1",
+         "python-irclib>=0.4.6"
+         ],

Modified: packages/python-cobe/trunk/debian/patches/series
===================================================================
--- packages/python-cobe/trunk/debian/patches/series	2012-05-03 17:40:27 UTC (rev 21523)
+++ packages/python-cobe/trunk/debian/patches/series	2012-05-03 22:16:31 UTC (rev 21524)
@@ -1 +1,2 @@
 01_relaxed-versioned-dependencies.patch
+02_remove-argparse-from-install-requires.patch




More information about the Python-modules-commits mailing list