Skip to content

Commit

Permalink
Force 'persistent' before 'BTrees'.
Browse files Browse the repository at this point in the history
Try to work around zc.buildout's ignorance of setup_requires.
  • Loading branch information
tseaver committed Apr 4, 2013
1 parent 98396e6 commit 5210c62
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ def alltests():
package_dir={'': 'src'},
namespace_packages=['zope',],
install_requires=[
'persistent',
'BTrees',
'setuptools',
'zope.interface',
Expand All @@ -81,7 +82,6 @@ def alltests():
],
extras_require=dict(
test=[
'persistent',
'zope.testing'
],
zcml=[
Expand All @@ -91,7 +91,6 @@ def alltests():
),
test_suite="__main__.alltests",
tests_require=[
'persistent',
'zope.component[zcml]',
'zope.configuration',
'zope.testrunner',
Expand Down

0 comments on commit 5210c62

Please sign in to comment.