summaryrefslogtreecommitdiff
path: root/buildout.cfg
diff options
context:
space:
mode:
authorAndrey Lebedev <andrey@lebedev.lt>2013-02-12 19:20:50 +0200
committerAndrey Lebedev <andrey@lebedev.lt>2013-02-12 19:20:50 +0200
commit390d1258382d5473388fb6d2fc80f392d4991cf8 (patch)
treecdd87bbe873a9480a8de5662be2687cd24a890c0 /buildout.cfg
parent589751006d7a79c76d1709a4ce450c6bc24e7e08 (diff)
downloadzope-security-390d1258382d5473388fb6d2fc80f392d4991cf8.tar.gz
zope.security.untrustedpython moved to separate project
The code was extracted to zope.untrustedpython project to simplify porting zope.security to python-3.x.
Diffstat (limited to 'buildout.cfg')
-rw-r--r--buildout.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildout.cfg b/buildout.cfg
index bd93498..06b807a 100644
--- a/buildout.cfg
+++ b/buildout.cfg
@@ -10,13 +10,13 @@ parts =
recipe = zc.recipe.testrunner
eggs =
zope.proxy >= 4.1.0
- zope.security [test,untrustedpython,zcml,pytz]
+ zope.security [test,zcml,pytz]
[python]
recipe = zc.recipe.egg
eggs =
zope.proxy >= 4.1.0
- zope.security [untrustedpython]
+ zope.security
interpreter = python
[coverage-test]