gnu: Add python-zope-proxy-bootstrap.

* gnu/packages/python-web.scm (python-zope-proxy-bootstrap): New hidden
package.
This commit is contained in:
Efraim Flashner 2020-07-20 17:21:45 +03:00
parent 6ae5d5da65
commit f3d446ccf4
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1319,6 +1319,13 @@ (define-public python-zope-proxy
brokering, etc.) for which the proxy is responsible.")
(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
(package-with-python2 python-zope-proxy))