Commit 40fb81fa authored by Tres Seaver's avatar Tres Seaver

Update 'ZODB3' meta-package dependency to 'ZODB' + 'ZConfig' + 'ZEO'.

Those releases are what we import, and have final Py3k-compatible releases.
parent 1da5d381
``zodburi`` Changelog
=====================
Unreleased
----------
- Update ``ZODB3`` meta-package dependency to ``ZODB`` + ``ZConfig`` + ``ZEO``.
Those releases are what we import, and have final Py3k-compatible releases.
2.0b1 (2013-05-02)
------------------
......
......@@ -17,7 +17,7 @@ try:
except:
CHANGES = ''
requires = ['ZODB3']
requires = ['ZODB', 'ZConfig', 'ZEO']
tests_require = requires + ['mock']
testing_extras = tests_require + ['nose', 'coverage']
docs_extras = tests_require + ['Sphinx']
......
......@@ -6,22 +6,6 @@ envlist =
commands =
python setup.py test -q
[py3]
deps =
# Py3k compatible ZODB not yet released
git+https://github.com/zopefoundation/ZODB.git@py3#egg=ZODB
git+https://github.com/zopefoundation/ZEO.git@py3#egg=ZEO
[testenv:py32]
commands =
python setup.py test -q
deps = {[py3]deps}
[testenv:py33]
commands =
python setup.py test -q
deps = {[py3]deps}
[testenv:cover]
basepython =
python2.6
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment