diff --git a/last_commit.txt b/last_commit.txt index a728889a1e..d1e7fbdee6 100644 --- a/last_commit.txt +++ b/last_commit.txt @@ -1,70 +1,58 @@ Repository: plone.app.controlpanel Branch: refs/heads/master -Date: 2015-06-02T09:51:53+02:00 +Date: 2015-06-02T10:57:35+02:00 Author: Timo Stollenwerk (tisto) -Commit: https://github.com/plone/plone.app.controlpanel/commit/fa3db42034d24b13975c33a9c9051dfbe29c8cda +Commit: https://github.com/plone/plone.app.controlpanel/commit/38bd72de5516b5dec2f8ba967f4bc1b352d31c38 -Remove some unused zope.* dependencies. +Remove some more unused dependencies. Files changed: M setup.py diff --git a/setup.py b/setup.py -index 800bfa9..ffb5b75 100644 +index ffb5b75..52285d0 100644 --- a/setup.py +++ b/setup.py -@@ -28,16 +28,10 @@ - zip_safe=False, - install_requires=[ - 'setuptools', -- 'zope.annotation', - 'zope.cachedescriptors', +@@ -32,10 +32,7 @@ 'zope.component', -- 'zope.event', -- 'zope.i18n', 'zope.interface', 'zope.ramcache', -- 'zope.publisher', -- 'zope.schema', -- 'zope.site', - 'Acquisition', +- 'Acquisition', 'Products.CMFPlone', - 'Zope2>=2.13.0', +- 'Zope2>=2.13.0', +- 'ZODB3', + ], + extras_require={ + 'test': [ Repository: plone.app.controlpanel Branch: refs/heads/master -Date: 2015-06-02T10:56:28+02:00 +Date: 2015-06-02T11:58:46+02:00 Author: Timo Stollenwerk (tisto) -Commit: https://github.com/plone/plone.app.controlpanel/commit/f010da2ca4f602af4d87e3936c2619b8a01edc8f +Commit: https://github.com/plone/plone.app.controlpanel/commit/0c2c07cd876ea8c9f3b6d4306b209370a48a02b4 -Merge pull request #58 from plone/tisto-cleanup-8 +Merge pull request #59 from plone/tisto-cleanup-9 -Remove some unused zope.* dependencies. +Remove some more unused dependencies. Files changed: M setup.py diff --git a/setup.py b/setup.py -index 800bfa9..ffb5b75 100644 +index ffb5b75..52285d0 100644 --- a/setup.py +++ b/setup.py -@@ -28,16 +28,10 @@ - zip_safe=False, - install_requires=[ - 'setuptools', -- 'zope.annotation', - 'zope.cachedescriptors', +@@ -32,10 +32,7 @@ 'zope.component', -- 'zope.event', -- 'zope.i18n', 'zope.interface', 'zope.ramcache', -- 'zope.publisher', -- 'zope.schema', -- 'zope.site', - 'Acquisition', +- 'Acquisition', 'Products.CMFPlone', - 'Zope2>=2.13.0', +- 'Zope2>=2.13.0', +- 'ZODB3', + ], + extras_require={ + 'test': [