Skip to content

Commit

Permalink
[fc] Repository: plone.app.controlpanel
Browse files Browse the repository at this point in the history
Branch: refs/heads/master
Date: 2015-06-02T09:51:53+02:00
Author: Timo Stollenwerk (tisto) <tisto@plone.org>
Commit: plone/plone.app.controlpanel@fa3db42

Remove some unused zope.* dependencies.

Files changed:
M setup.py
Repository: plone.app.controlpanel
Branch: refs/heads/master
Date: 2015-06-02T10:56:28+02:00
Author: Timo Stollenwerk (tisto) <tisto@plone.org>
Commit: plone/plone.app.controlpanel@f010da2

Merge pull request #58 from plone/tisto-cleanup-8

Remove some unused zope.* dependencies.

Files changed:
M setup.py
  • Loading branch information
tisto committed Jun 2, 2015
1 parent 6dc62c5 commit bf13324
Showing 1 changed file with 29 additions and 25 deletions.
54 changes: 29 additions & 25 deletions last_commit.txt
Original file line number Diff line number Diff line change
@@ -1,64 +1,68 @@
Repository: plone.app.controlpanel
Branch: refs/heads/master
Date: 2015-06-02T08:45:15+02:00
Date: 2015-06-02T09:51:53+02:00
Author: Timo Stollenwerk (tisto) <tisto@plone.org>
Commit: https://github.com/plone/plone.app.controlpanel/commit/3b0d014c14b787588a257421f2c4904c5a623173
Commit: https://github.com/plone/plone.app.controlpanel/commit/fa3db42034d24b13975c33a9c9051dfbe29c8cda

Remove zope.formlib and zope.testing dependencies.
Remove some unused zope.* dependencies.

Files changed:
M setup.py

diff --git a/setup.py b/setup.py
index 62c3390..800bfa9 100644
index 800bfa9..ffb5b75 100644
--- a/setup.py
+++ b/setup.py
@@ -32,14 +32,12 @@
@@ -28,16 +28,10 @@
zip_safe=False,
install_requires=[
'setuptools',
- 'zope.annotation',
'zope.cachedescriptors',
'zope.component',
'zope.event',
- 'zope.formlib',
'zope.i18n',
- 'zope.event',
- 'zope.i18n',
'zope.interface',
'zope.ramcache',
'zope.publisher',
'zope.schema',
'zope.site',
- 'zope.testing',
- 'zope.publisher',
- 'zope.schema',
- 'zope.site',
'Acquisition',
'Products.CMFPlone',
'Zope2>=2.13.0',


Repository: plone.app.controlpanel
Branch: refs/heads/master
Date: 2015-06-02T09:50:16+02:00
Date: 2015-06-02T10:56:28+02:00
Author: Timo Stollenwerk (tisto) <tisto@plone.org>
Commit: https://github.com/plone/plone.app.controlpanel/commit/d062dc90e3c0519271ea9b39904e9946cbfb7f7e
Commit: https://github.com/plone/plone.app.controlpanel/commit/f010da2ca4f602af4d87e3936c2619b8a01edc8f

Merge pull request #57 from plone/tisto-cleanup-7
Merge pull request #58 from plone/tisto-cleanup-8

Remove zope.formlib and zope.testing dependencies.
Remove some unused zope.* dependencies.

Files changed:
M setup.py

diff --git a/setup.py b/setup.py
index 62c3390..800bfa9 100644
index 800bfa9..ffb5b75 100644
--- a/setup.py
+++ b/setup.py
@@ -32,14 +32,12 @@
@@ -28,16 +28,10 @@
zip_safe=False,
install_requires=[
'setuptools',
- 'zope.annotation',
'zope.cachedescriptors',
'zope.component',
'zope.event',
- 'zope.formlib',
'zope.i18n',
- 'zope.event',
- 'zope.i18n',
'zope.interface',
'zope.ramcache',
'zope.publisher',
'zope.schema',
'zope.site',
- 'zope.testing',
- 'zope.publisher',
- 'zope.schema',
- 'zope.site',
'Acquisition',
'Products.CMFPlone',
'Zope2>=2.13.0',
Expand Down

0 comments on commit bf13324

Please sign in to comment.