[Checkins] SVN: zope.filerepresentation/trunk/ Add undeclared ``zope.schema`` dependency.

Gediminas Paulauskas menesis at pov.lt
Tue Nov 29 16:59:38 UTC 2011


Log message for revision 123532:
  Add undeclared ``zope.schema`` dependency.
  Remove zope.testing test dependency and test extra.
  
  

Changed:
  U   zope.filerepresentation/trunk/CHANGES.txt
  U   zope.filerepresentation/trunk/setup.py

-=-
Modified: zope.filerepresentation/trunk/CHANGES.txt
===================================================================
--- zope.filerepresentation/trunk/CHANGES.txt	2011-11-29 16:37:20 UTC (rev 123531)
+++ zope.filerepresentation/trunk/CHANGES.txt	2011-11-29 16:59:38 UTC (rev 123532)
@@ -5,6 +5,9 @@
 3.6.1 (unreleased)
 ------------------
 
+- Add undeclared ``zope.schema`` dependency.
+- Remove zope.testing test dependency and test extra.
+
 3.6.0 (2009-10-08)
 ------------------
 

Modified: zope.filerepresentation/trunk/setup.py
===================================================================
--- zope.filerepresentation/trunk/setup.py	2011-11-29 16:37:20 UTC (rev 123531)
+++ zope.filerepresentation/trunk/setup.py	2011-11-29 16:59:38 UTC (rev 123532)
@@ -50,11 +50,9 @@
       packages=find_packages('src'),
       package_dir={'': 'src'},
       namespace_packages=['zope'],
-      extras_require=dict(
-          test=['zope.testing',
-                ]),
       install_requires=['setuptools',
                         'zope.interface',
+                        'zope.schema',
                         ],
       include_package_data=True,
       zip_safe=True,



More information about the checkins mailing list