[Python-modules-commits] r32517 - in packages/python-cobe/trunk/debian/patches (1 file)
eriol-guest at users.alioth.debian.org
eriol-guest at users.alioth.debian.org
Fri May 1 15:21:37 UTC 2015
Date: Friday, May 1, 2015 @ 15:21:36
Author: eriol-guest
Revision: 32517
Remove python-irc from install_requires because pkg_resources.get_distribution('irc').version returns '0.0.08.5.3'
Modified:
packages/python-cobe/trunk/debian/patches/02_relaxed-versioned-dependencies.patch
Modified: packages/python-cobe/trunk/debian/patches/02_relaxed-versioned-dependencies.patch
===================================================================
--- packages/python-cobe/trunk/debian/patches/02_relaxed-versioned-dependencies.patch 2015-05-01 15:14:29 UTC (rev 32516)
+++ packages/python-cobe/trunk/debian/patches/02_relaxed-versioned-dependencies.patch 2015-05-01 15:21:36 UTC (rev 32517)
@@ -1,16 +1,20 @@
Description: Relaxed versioned dependencies.
+ python-irc is removed from install_requires because
+ pkg_resources.get_distribution('irc').version gives something like
+ '0.0.08.5.3'.
Author: Daniele Tricoli <eriol at mornie.org>
Forwarded: not-needed
Last-Update: 2015-05-01
--- a/setup.py
+++ b/setup.py
-@@ -16,7 +16,7 @@
+@@ -16,8 +16,7 @@
test_suite = "tests",
install_requires = [
- "PyStemmer==1.3.0",
+- "irc==12.1.1"
+ "PyStemmer>=1.3.0",
- "irc==12.1.1"
],
+ classifiers = [
More information about the Python-modules-commits
mailing list