gnu: Add python-zope-component-bootstrap.

* gnu/packages/python-web.scm (python-zope-component-bootstrap): New
hidden variable.
This commit is contained in:
Efraim Flashner 2020-07-20 17:46:38 +03:00
parent 79c36951e4
commit 24ba0d37cf
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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))