[Checkins] SVN: z3c.datagenerator/trunk/setup.py Sigh, another fix, I ended up not support Py3.2 and thus did not need

Stephen Richter cvs-admin at zope.org
Wed Feb 6 16:43:40 UTC 2013


Log message for revision 129158:
  Sigh, another fix, I ended up not support Py3.2 and thus did not need 
  six.
  

Changed:
  U   z3c.datagenerator/trunk/setup.py

-=-
Modified: z3c.datagenerator/trunk/setup.py
===================================================================
--- z3c.datagenerator/trunk/setup.py	2013-02-06 16:42:18 UTC (rev 129157)
+++ z3c.datagenerator/trunk/setup.py	2013-02-06 16:43:40 UTC (rev 129158)
@@ -53,7 +53,6 @@
         ),
     install_requires = [
         'setuptools',
-        'six',
         'zope.interface',
         'zope.schema',
         ],



More information about the checkins mailing list