[Python-modules-commits] r30292 - in packages/foolscap/trunk/debian/patches (1 file)

jtaylor-guest at users.alioth.debian.org jtaylor-guest at users.alioth.debian.org
Wed Aug 27 18:17:44 UTC 2014


    Date: Wednesday, August 27, 2014 @ 18:17:43
  Author: jtaylor-guest
Revision: 30292

refresh minimal_twisted_deps.patch

Modified:
  packages/foolscap/trunk/debian/patches/minimal_twisted_deps.patch

Modified: packages/foolscap/trunk/debian/patches/minimal_twisted_deps.patch
===================================================================
--- packages/foolscap/trunk/debian/patches/minimal_twisted_deps.patch	2014-08-27 18:17:40 UTC (rev 30291)
+++ packages/foolscap/trunk/debian/patches/minimal_twisted_deps.patch	2014-08-27 18:17:43 UTC (rev 30292)
@@ -3,14 +3,16 @@
 Forwarded: not-needed
 --- a/setup.py
 +++ b/setup.py
-@@ -71,7 +71,9 @@ if have_setuptools:
+@@ -89,7 +89,11 @@ if have_setuptools:
              "flappserver = foolscap.appserver.cli:run_flappserver",
              "flappclient = foolscap.appserver.client:run_flappclient",
              ] }
--    setup_args['install_requires'] = ['twisted >= 2.4.0']
-+    setup_args['install_requires'] = ['twisted-core >= 2.4.0',
-+                                      'twisted-web >= 2.4.0',
-+                                      'zope.interface']
+-    setup_args['install_requires'] = setup_args['tests_require'] = ['twisted >= 2.5.0']
++    setup_args['install_requires'] = setup_args['tests_require'] = [
++        'twisted-core >= 2.5.0',
++        'twisted-web >= 2.5.0',
++        'zope.interface'
++    ]
      # note that pyOpenSSL-0.7 and recent Twisted causes unit test failures,
      # see bug #62
  




More information about the Python-modules-commits mailing list