[Checkins] SVN: zope.interface/branches/regebro-python3/setup.py Zope.fixers doesn't need to be installed.

Lennart Regebro regebro at gmail.com
Sun Dec 6 10:39:36 EST 2009


Log message for revision 106225:
  Zope.fixers doesn't need to be installed.
  

Changed:
  U   zope.interface/branches/regebro-python3/setup.py

-=-
Modified: zope.interface/branches/regebro-python3/setup.py
===================================================================
--- zope.interface/branches/regebro-python3/setup.py	2009-12-06 15:05:54 UTC (rev 106224)
+++ zope.interface/branches/regebro-python3/setup.py	2009-12-06 15:39:36 UTC (rev 106225)
@@ -88,7 +88,8 @@
 try: # Zope 3 setuptools versions
     from build_ext_3 import optional_build_ext
     # This is Python 3. Setuptools is now required, and so is zope.fixers.
-    extra['install_requires'] = ['setuptools', 'zope.fixers' ],
+    extra['install_requires'] = ['setuptools']
+    extra['setup_requires'] = ['zope.fixers']
     extra['use_2to3'] = True
     extra['convert_2to3_doctests'] = [
         'src/zope/interface/README.ru.txt',



More information about the checkins mailing list