[packages/python-github2] - there is no dateutil 2.1 - rel 2

baggins baggins at pld-linux.org
Mon Jun 24 11:55:53 CEST 2013


commit 9109778b0199806f661070e9eb0c2e2da27821ce
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Mon Jun 24 11:55:40 2013 +0200

    - there is no dateutil 2.1
    - rel 2

 python-github2.spec | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/python-github2.spec b/python-github2.spec
index b2a2104..ba0855a 100644
--- a/python-github2.spec
+++ b/python-github2.spec
@@ -2,7 +2,7 @@
 Summary:	Github API v2 library for Python
 Name:		python-%{module}
 Version:	0.6.2
-Release:	1
+Release:	2
 License:	New BSD License
 Group:		Development/Languages/Python
 Source0:	http://pypi.python.org/packages/source/g/github2/%{module}-%{version}.tar.gz
@@ -24,6 +24,9 @@ features available in version 2 of the Github API.
 %prep
 %setup -q -n %{module}-%{version}
 
+# fix something that doesn't make sense (there is no dateutil-2.1)
+%{__sed} -i -e 's/, >= 2.1//' github2.egg-info/requires.txt setup.py
+
 %build
 %{__python} setup.py build
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-github2.git/commitdiff/9109778b0199806f661070e9eb0c2e2da27821ce



More information about the pld-cvs-commit mailing list