gnu: Add python-zope-proxy-bootstrap.
* gnu/packages/python-web.scm (python-zope-proxy-bootstrap): New hidden package.
This commit is contained in:
parent
6ae5d5da65
commit
f3d446ccf4
1 changed files with 7 additions and 0 deletions
|
@ -1319,6 +1319,13 @@ only when necessary to apply the policy (e.g., access checking, location
|
||||||
brokering, etc.) for which the proxy is responsible.")
|
brokering, etc.) for which the proxy is responsible.")
|
||||||
(license license:zpl2.1)))
|
(license license:zpl2.1)))
|
||||||
|
|
||||||
|
(define-public python-zope-proxy-bootstrap
|
||||||
|
(package
|
||||||
|
(inherit python-zope-proxy)
|
||||||
|
(arguments `(#:tests? #f))
|
||||||
|
(native-inputs `())
|
||||||
|
(properties `((hidden? . #t)))))
|
||||||
|
|
||||||
(define-public python2-zope-proxy
|
(define-public python2-zope-proxy
|
||||||
(package-with-python2 python-zope-proxy))
|
(package-with-python2 python-zope-proxy))
|
||||||
|
|
||||||
|
|
Reference in a new issue