summaryrefslogtreecommitdiff
path: root/buildout.cfg
diff options
context:
space:
mode:
authorStephan Richter <stephan.richter@gmail.com>2013-02-28 13:32:52 -0500
committerStephan Richter <stephan.richter@gmail.com>2013-02-28 13:32:52 -0500
commit3318f66c771c70f6e9941b8d6ca6adce0ef846bf (patch)
tree751b6c93d83db84a926a7cf3ea0688fdad986f02 /buildout.cfg
parentc9f9d437b2a7b781b90bdb9f740ea30ff903adb9 (diff)
downloadzope-pagetemplate-3318f66c771c70f6e9941b8d6ca6adce0ef846bf.tar.gz
- Only allow ``zope.untrustedpython`` to be a dependency in Python 2.
- Fix buildout to work properly.
Diffstat (limited to 'buildout.cfg')
-rw-r--r--buildout.cfg12
1 files changed, 10 insertions, 2 deletions
diff --git a/buildout.cfg b/buildout.cfg
index 83873d2..d8d3e42 100644
--- a/buildout.cfg
+++ b/buildout.cfg
@@ -1,14 +1,15 @@
[buildout]
develop = .
parts = py test testcompat coverage-test coverage-report
+versions = versions
[test]
recipe = zc.recipe.testrunner
-eggs = zope.pagetemplate [test, untrusted]
+eggs = zope.pagetemplate [test]
[testcompat]
recipe = zc.recipe.testrunner
-eggs = zope.pagetemplate [test, untrusted]
+eggs = zope.pagetemplate [test]
z3c.pt
z3c.ptcompat
Chameleon
@@ -28,3 +29,10 @@ recipe = zc.recipe.egg
eggs = z3c.coverage
scripts = coverage=coverage-report
arguments = ('coverage', 'coverage/report')
+
+[versions]
+zope.i18n=4.0.0a3
+zope.publisher = 4.0.0a2
+zope.security = 4.0.0a4
+zope.traversing = 4.0.0a2
+zope.tal = 4.0.0a1