[Checkins] SVN: tempstorage/trunk/ Explicitly state distribution dependencies instead of re-using the ZODB test requirements.

Hano Schlichting cvs-admin at zope.org
Sun Oct 14 11:51:46 UTC 2012


Log message for revision 127989:
  Explicitly state distribution dependencies instead of re-using the ZODB test requirements.
  

Changed:
  U   tempstorage/trunk/CHANGES.txt
  U   tempstorage/trunk/setup.py

-=-
Modified: tempstorage/trunk/CHANGES.txt
===================================================================
--- tempstorage/trunk/CHANGES.txt	2012-10-14 09:21:40 UTC (rev 127988)
+++ tempstorage/trunk/CHANGES.txt	2012-10-14 11:51:42 UTC (rev 127989)
@@ -4,6 +4,8 @@
 2.12.2 - unreleased
 -------------------
 
+- Explicitly state distribution dependencies instead of re-using the
+  ZODB test requirements.
 
 2.12.1 - 2010-09-29
 -------------------

Modified: tempstorage/trunk/setup.py
===================================================================
--- tempstorage/trunk/setup.py	2012-10-14 09:21:40 UTC (rev 127988)
+++ tempstorage/trunk/setup.py	2012-10-14 11:51:42 UTC (rev 127989)
@@ -30,7 +30,9 @@
       packages=find_packages('src'),
       package_dir={'': 'src'},
       install_requires=[
-        'ZODB3 [test] >= 3.9.0',
+          'setuptools',
+          'ZODB3 >= 3.9.0',
+          'zope.testing',
       ],
       include_package_data=True,
       zip_safe=False,



More information about the checkins mailing list