freebsd-ports/devel/py-google-apputils/files/patch-setup.py
Sunpoet Po-Chuan Hsieh 5a23a2e2d8 - Fix devel/py-dateutil version requirement
- Bump PORTREVISION for package change

Submitted by:	sunpoet (myself)
Approved by:	vanilla (maintainer)
2014-10-04 15:12:56 +00:00

11 lines
287 B
Python

--- setup.py.orig 2013-07-31 05:48:36.000000000 +0800
+++ setup.py 2014-10-02 21:37:32.390653346 +0800
@@ -22,7 +22,7 @@
from setuptools.command import test
REQUIRE = [
- "python-dateutil>=1.4,<2",
+ "python-dateutil>=1.4",
"python-gflags>=1.4",
"pytz>=2010",
]