me
/
guix
Archived
1
0
Fork 0

gnu: Add python-zope-component-bootstrap.

* gnu/packages/python-web.scm (python-zope-component-bootstrap): New
hidden variable.
master
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
1 changed files with 7 additions and 0 deletions

View File

@ -1442,6 +1442,13 @@ Architecture. Together with the zope.interface package, it provides
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))