Skip to content

Commit

Permalink
Use backward compatible dependencies in setup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Rossi committed Aug 7, 2014
1 parent d06eb94 commit 1f43df5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions setup.py
Expand Up @@ -28,10 +28,7 @@
INSTALL_REQUIRES = [
'setuptools',
'zope.component',
'ZODB',
'BTrees',
'persistent',
'transaction',
'ZODB3',
'zope.index >= 3.5.0',
]

Expand Down

4 comments on commit 1f43df5

@tseaver
Copy link
Member

@tseaver tseaver commented on 1f43df5 Aug 8, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ISTM that we should have a 0.8 release branch for the BBB stuff, and put the "real" / new dependencies on the trunk for a 1.0 release.

@chrisrossi
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That sounds fine. @mcdonc says that Karl is the only user of repoze.catalog, though. Are there any other active users you're aware of?

@tseaver
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We couldn't know that, unless we only released it to the private Karl index. There was at least one issue from a non-Karl user.

@mcdonc
Copy link
Member

@mcdonc mcdonc commented on 1f43df5 Aug 18, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whether or not there are any other users, I'm out on this particular package except to support it for KARL. I'd rather steer folks towards Hypatia than to continue making releases for non-KARL folks.

Please sign in to comment.