Merge lp:~oubiwann/txaws/836833-add-twisted-dep into lp:txaws

Proposed by Duncan McGreggor
Status: Merged
Approved by: Jamu Kakar
Approved revision: 111
Merged at revision: 111
Proposed branch: lp:~oubiwann/txaws/836833-add-twisted-dep
Merge into: lp:txaws
Diff against target: 12 lines (+1/-1)
1 file modified
setup.py (+1/-1)
To merge this branch: bzr merge lp:~oubiwann/txaws/836833-add-twisted-dep
Reviewer Review Type Date Requested Status
Jamu Kakar Approve
Review via email: mp+89518@code.launchpad.net

Description of the change

Tiny addition addresses the concern in bug #836833.

To post a comment you must log in.
Revision history for this message
Jamu Kakar (jkakar) wrote :

Yay trivial branches, +1! :)

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'setup.py'
2--- setup.py 2012-01-06 00:00:22 +0000
3+++ setup.py 2012-01-21 06:38:23 +0000
4@@ -10,7 +10,7 @@
5 try:
6 import setuptools
7 from setuptools import find_packages
8- extra_setup_args['install_requires'] = ['python-dateutil']
9+ extra_setup_args['install_requires'] = ['python-dateutil', 'twisted']
10 except ImportError:
11 def find_packages():
12 """

Subscribers

People subscribed via source and target branches

to all changes: