Duncan McGreggor has proposed merging lp:~oubiwann/txaws/836833-add-twisted-dep
into lp:txaws.
Requested reviews:
txAWS Developers (txaws-dev)
Related bugs:
Bug #836833 in txAWS: "txAWS should have an explicit dependency on twisted"
https://bugs.launchpad.net/txaws/+bug/836833
For more details, see:
https://code.launchpad.net/~oubiwann/txaws/836833-add-twisted-dep/+merge/89518
Tiny addition addresses the concern in bug #836833.
--
https://code.launchpad.net/~oubiwann/txaws/836833-add-twisted-dep/+merge/89518
Your team txAWS Developers is requested to review the proposed merge of
lp:~oubiwann/txaws/836833-add-twisted-dep into lp:txaws.
=== modified file 'setup.py'
--- setup.py 2012-01-06 00:00:22 +0000
+++ setup.py 2012-01-21 06:38:23 +0000
@@ -10,7 +10,7 @@
try:
import setuptools
from setuptools import find_packages
- extra_setup_args['install_requires'] = ['python-dateutil']
+ extra_setup_args['install_requires'] = ['python-dateutil', 'twisted']
except ImportError:
def find_packages():
"""
_______________________________________________
Mailing list: https://launchpad.net/~txaws-dev
Post to : [email protected]
Unsubscribe : https://launchpad.net/~txaws-dev
More help : https://help.launchpad.net/ListHelp