gnu: Add python-zope-security-bootstrap.

* gnu/packages/python-web.scm (python-zope-security-bootstrap): New
hidden package.
This commit is contained in:
Efraim Flashner 2020-07-20 17:22:53 +03:00
parent f3d446ccf4
commit e2ba910e38
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 12 additions and 0 deletions

View File

@ -1389,6 +1389,18 @@ Zope3, which are are special objects that have a structural location.")
security policies on Python objects.")
(license license:zpl2.1)))
(define-public python-zope-security-bootstrap
(package
(inherit python-zope-security)
(arguments `(#:tests? #f))
(propagated-inputs
`(("python-zope-i18nmessageid" ,python-zope-i18nmessageid)
("python-zope-interface" ,python-zope-interface)
("python-zope-proxy" ,python-zope-proxy-bootstrap)
("python-zope-schema" ,python-zope-schema)))
(native-inputs `())
(properties `((hidden? . #t)))))
(define-public python2-zope-security
(package-with-python2 python-zope-security))