Jean-Paul Calderone has proposed merging
lp:~exarkun/divmod.org/nevow-setup.py-declare-twisted-dependency into
lp:divmod.org with lp:~exarkun/divmod.org/nevow-setup.py-simpler-code as a
prerequisite.
Commit message:
Declare in Nevow's setup.py that Nevow depends on Twisted.
Requested reviews:
Divmod-dev (divmod-dev)
For more details, see:
https://code.launchpad.net/~exarkun/divmod.org/nevow-setup.py-declare-twisted-dependency/+merge/222431
--
https://code.launchpad.net/~exarkun/divmod.org/nevow-setup.py-declare-twisted-dependency/+merge/222431
Your team Divmod-dev is requested to review the proposed merge of
lp:~exarkun/divmod.org/nevow-setup.py-declare-twisted-dependency into
lp:divmod.org.
=== modified file 'Nevow/setup.py'
--- Nevow/setup.py 2014-06-07 12:56:39 +0000
+++ Nevow/setup.py 2014-06-07 12:56:39 +0000
@@ -81,5 +81,8 @@
'nevow.test.test_package.Foo.Baz': [
'*.js'
],
- }
+ },
+ install_requires=[
+ "twisted>=13.0",
+ ],
)
--
Mailing list: https://launchpad.net/~divmod-dev
Post to : [email protected]
Unsubscribe : https://launchpad.net/~divmod-dev
More help : https://help.launchpad.net/ListHelp