[Checkins] SVN: tempstorage/trunk/ Expanded dependency on ZODB3 to include the test extra.

Hanno Schlichting hannosch at hannosch.eu
Sat Sep 25 09:05:44 EDT 2010


Log message for revision 116895:
  Expanded dependency on ZODB3 to include the test extra.
  

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

-=-
Modified: tempstorage/trunk/CHANGES.txt
===================================================================
--- tempstorage/trunk/CHANGES.txt	2010-09-25 13:04:56 UTC (rev 116894)
+++ tempstorage/trunk/CHANGES.txt	2010-09-25 13:05:44 UTC (rev 116895)
@@ -4,6 +4,7 @@
 2.12.0 - unreleased
 -------------------
 
+- Expanded dependency on ZODB3 to include the test extra.
 
 2.11.3 - 2010-06-05
 -------------------

Modified: tempstorage/trunk/setup.py
===================================================================
--- tempstorage/trunk/setup.py	2010-09-25 13:04:56 UTC (rev 116894)
+++ tempstorage/trunk/setup.py	2010-09-25 13:05:44 UTC (rev 116895)
@@ -29,7 +29,9 @@
       long_description=long_description,
       packages=find_packages('src'),
       package_dir={'': 'src'},
-      install_requires=['ZODB3'],
+      install_requires=[
+        'ZODB3 [test]',
+      ],
       include_package_data=True,
       zip_safe=False,
       )



More information about the checkins mailing list