Skip to content

Commit

Permalink
Add the forgotten dependency on six
Browse files Browse the repository at this point in the history
Fixes #1
  • Loading branch information
mgedmin committed Feb 28, 2013
1 parent 878b0ca commit 742e108
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ Changes
4.0.1 (unreleased)
------------------

- Nothing changed yet.
- Added the forgotten dependency on ``six``.
Fixes https://github.com/zopefoundation/zope.index/issues/1.


4.0.0 (2013-02-25)
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ def alltests():
'BTrees',
'persistent',
'setuptools',
'six',
'zope.interface'],
tests_require = ['zope.testrunner'],
test_suite = '__main__.alltests',
Expand Down

0 comments on commit 742e108

Please sign in to comment.