[python-zope-dottedname] add the patch

cheeselee cheeselee at fedoraproject.org
Fri Jun 8 13:33:54 UTC 2012


commit 2a538badedaaefc2bfab52b188994e1e7cd9b37d
Author: Robin Lee <cheeselee at fedoraproject.org>
Date:   Fri Jun 8 21:33:50 2012 +0800

    add the patch

 python-zope-dottedname-3.4.6-run-tests.patch |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)
---
diff --git a/python-zope-dottedname-3.4.6-run-tests.patch b/python-zope-dottedname-3.4.6-run-tests.patch
new file mode 100644
index 0000000..fd0da4e
--- /dev/null
+++ b/python-zope-dottedname-3.4.6-run-tests.patch
@@ -0,0 +1,14 @@
+--- zope.dottedname/trunk/setup.py	2010/06/03 16:14:37	113019
++++ zope.dottedname/trunk/setup.py	2010/09/12 15:49:36	116336
+@@ -47,10 +47,8 @@
+       packages=find_packages('src'),
+       package_dir = {'': 'src'},
+       namespace_packages=['zope'],
+-      extras_require = dict(
+-          test=['zope.testing'],
+-          ),
+       install_requires = ['setuptools'],
++      test_suite='zope.dottedname.tests.test_suite',
+       include_package_data=True,
+       zip_safe = False
+       )


More information about the scm-commits mailing list