ports/www/py-rackspace-monitoring/files/patch-setup.py
Kubilay Kocak 9214c6f82a www/py-rackspace-monitoring: Update to 0.6.5
- Update PORTVERSION and distinfo checksum (0.6.5)
- Update test target
- Enable NO_ARCH (architecture independent)
- Patch setup.py, relax dependency versions
2016-03-07 05:47:20 +00:00

11 lines
424 B
Python

--- setup.py.orig 2016-03-07 05:34:43 UTC
+++ setup.py
@@ -171,7 +171,7 @@ setup(
description='Client library for Rackspace Cloud Monitoring',
author='Rackspace, Inc.',
author_email='monitoring@rackspace.com',
- install_requires=['apache-libcloud >= 0.14, <0.16'],
+ install_requires=['apache-libcloud >= 0.14'],
packages=[
'rackspace_monitoring',
'rackspace_monitoring.drivers',