mirror of
https://git.freebsd.org/ports.git
synced 2025-07-01 17:40:40 -04:00
- Update PORTVERSION and distinfo checksum (0.6.5) - Update test target - Enable NO_ARCH (architecture independent) - Patch setup.py, relax dependency versions
11 lines
424 B
Python
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',
|