gnu: Add python-zope-location-bootstrap.
* gnu/packages/python-web.scm (python-zope-location-bootstrap): New hidden package.
This commit is contained in:
parent
b25d148f99
commit
50566124d1
1 changed files with 7 additions and 0 deletions
|
@ -1371,6 +1371,13 @@ (define-public python-zope-location
|
|||
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))
|
||||
|
||||
|
|
Loading…
Reference in a new issue