[Neo-report] r2759 jm - /trunk/setup.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue May 24 15:29:30 CEST 2011


Author: jm
Date: Tue May 24 15:29:30 2011
New Revision: 2759

Log:
setup.py: define all features even if they have no dependency

Modified:
    trunk/setup.py

Modified: trunk/setup.py
==============================================================================
--- trunk/setup.py [iso-8859-1] (original)
+++ trunk/setup.py [iso-8859-1] Tue May 24 15:29:30 2011
@@ -11,7 +11,10 @@ if not os.path.exists('mock.py'):
     open('mock.py', 'w').write(mock_py)
 
 extras_require = {
+    'admin': [],
     'client': ['ZODB3 >= 3.9'],
+    'ctl': [],
+    'master': [],
     'storage-btree': ['ZODB3'],
     'storage-mysqldb': ['MySQL-python'],
 }




More information about the Neo-report mailing list