ports/devel/py-celery/files/patch-setup.py
Ruslan Makhmatkhanov 60b10d1789 - add patch to fix build with devel/py-dateutil 2.1
- sort pkg-plist a bit
- tab -> space change in pkg-descr:WWW

PR:		176699
Submitted by:	rm (myself)
Approved by:	Alexandros Kosiaris <akosiaris@gmail.com> (maintainer)
2013-03-07 06:09:44 +00:00

15 lines
450 B
Python

--- ./setup.py.orig 2012-06-07 14:17:23.000000000 +0400
+++ ./setup.py 2013-03-06 01:18:47.000000000 +0400
@@ -109,11 +109,8 @@
install_requires.extend([
"anyjson>=0.3.1",
"kombu>=2.1.8,<2.2.0",
+ "python-dateutil != 2.0",
])
-if is_py3k:
- install_requires.append("python-dateutil>=2.0")
-else:
- install_requires.append("python-dateutil>=1.5,<2.0")
py_version = sys.version_info
is_jython = sys.platform.startswith("java")