mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
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 @@ (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))
|
||||
|
||||
|
|
Loading…
Reference in a new issue