r2997 - in zope.i18n/trunk/debian (3 files)

barry at users.alioth.debian.org barry at users.alioth.debian.org
Tue Oct 27 21:47:40 UTC 2015


    Date: Tuesday, October 27, 2015 @ 21:47:39
  Author: barry
Revision: 2997

d/patches/setup-py-requires.patch: Added to prevent the attempted
downloading of zope.testing from PyPI even though it's already a
Build-Depends.  (Closes: #802113)

Added:
  zope.i18n/trunk/debian/patches/setup-py-requires.patch
Modified:
  zope.i18n/trunk/debian/changelog
  zope.i18n/trunk/debian/patches/series

Modified: zope.i18n/trunk/debian/changelog
===================================================================
--- zope.i18n/trunk/debian/changelog	2015-10-27 21:29:06 UTC (rev 2996)
+++ zope.i18n/trunk/debian/changelog	2015-10-27 21:47:39 UTC (rev 2997)
@@ -1,3 +1,11 @@
+zope.i18n (4.0.1-3) UNRELEASED; urgency=medium
+
+  * d/patches/setup-py-requires.patch: Added to prevent the attempted
+    downloading of zope.testing from PyPI even though it's already a
+    Build-Depends.  (Closes: #802113)
+
+ -- Barry Warsaw <barry at debian.org>  Tue, 27 Oct 2015 17:41:07 -0400
+
 zope.i18n (4.0.1-2) unstable; urgency=medium
 
   [ Gediminas Paulauskas ]

Modified: zope.i18n/trunk/debian/patches/series
===================================================================
--- zope.i18n/trunk/debian/patches/series	2015-10-27 21:29:06 UTC (rev 2996)
+++ zope.i18n/trunk/debian/patches/series	2015-10-27 21:47:39 UTC (rev 2997)
@@ -1 +1,2 @@
 use-system-msgfmt.patch
+setup-py-requires.patch

Added: zope.i18n/trunk/debian/patches/setup-py-requires.patch
===================================================================
--- zope.i18n/trunk/debian/patches/setup-py-requires.patch	                        (rev 0)
+++ zope.i18n/trunk/debian/patches/setup-py-requires.patch	2015-10-27 21:47:39 UTC (rev 2997)
@@ -0,0 +1,16 @@
+Description: Prevent `setup.py test` from trying to download
+ zope.testing from PyPI, even though it's already a Build-Depends.
+Author: Barry Warsaw <barry at debian.org>
+Forwarded: not-needed
+
+--- a/setup.py
++++ b/setup.py
+@@ -103,7 +103,7 @@
+         'zope.component [zcml]',
+         'zope.configuration',
+         'zope.security',
+-        'zope.testing',
++        #'zope.testing',
+         'zope.testrunner',
+         ],
+     test_suite = '__main__.alltests',




More information about the pkg-zope-developers mailing list