gnu: Add python-zope-location-bootstrap.

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

View File

@ -1371,6 +1371,13 @@ brokering, etc.) for which the proxy is responsible.")
Zope3, which are are special objects that have a structural location.")
(license license:zpl2.1)))
(define-public python-zope-location-bootstrap
(package
(inherit python-zope-location)
(arguments `(#:tests? #f))
(native-inputs `())
(properties `((hidden? . #t)))))
(define-public python2-zope-location
(package-with-python2 python-zope-location))