gnu: Add python-zope-component-bootstrap.
* gnu/packages/python-web.scm (python-zope-component-bootstrap): New hidden variable.
This commit is contained in:
parent
79c36951e4
commit
24ba0d37cf
1 changed files with 7 additions and 0 deletions
|
@ -1442,6 +1442,13 @@ (define-public python-zope-component
|
|||
facilities for defining, registering and looking up components.")
|
||||
(license license:zpl2.1)))
|
||||
|
||||
(define-public python-zope-component-bootstrap
|
||||
(package
|
||||
(inherit python-zope-component)
|
||||
(arguments `(#:tests? #f))
|
||||
(native-inputs `())
|
||||
(properties `((hidden? . #t)))))
|
||||
|
||||
(define-public python2-zope-component
|
||||
(package-with-python2 python-zope-component))
|
||||
|
||||
|
|
Loading…
Reference in a new issue