diff options
| author | Stephan Richter <srichter@cipherhealth.com> | 2013-02-12 17:32:00 -0500 |
|---|---|---|
| committer | Stephan Richter <srichter@cipherhealth.com> | 2013-02-12 17:33:29 -0500 |
| commit | fba4e98f74aa64226bd6ca66921b20692fd8381f (patch) | |
| tree | d53de1687548526d869af4b104a91a581bb2c45d /buildout.cfg | |
| parent | cfe756664ecd90ce02047d7eb021ffd49aa6d8e6 (diff) | |
| download | zope-security-fba4e98f74aa64226bd6ca66921b20692fd8381f.tar.gz | |
Remove all traces of untrustedpython and remove RestrictedPython
dependency.
Diffstat (limited to 'buildout.cfg')
| -rw-r--r-- | buildout.cfg | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/buildout.cfg b/buildout.cfg index 06b807a..5d65d3b 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -9,20 +9,17 @@ parts = [test] recipe = zc.recipe.testrunner eggs = - zope.proxy >= 4.1.0 zope.security [test,zcml,pytz] [python] recipe = zc.recipe.egg eggs = - zope.proxy >= 4.1.0 zope.security interpreter = python [coverage-test] recipe = zc.recipe.testrunner eggs = - zope.proxy >= 4.1.0 zope.security [test] defaults = ['--coverage', '../../coverage'] @@ -32,3 +29,4 @@ eggs = z3c.coverage scripts = coverage=coverage-report arguments = ('coverage', 'coverage/report') + |
