me
/
guix
Archived
1
0
Fork 0

gnu: Add python-zope-configuration-bootstrap.

* gnu/packages/python-web.scm (python-zope-configuration-bootstrap): New
hidden variable.
master
Efraim Flashner 2020-07-20 17:47:43 +03:00
parent 24ba0d37cf
commit b25d148f99
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 7 additions and 0 deletions

View File

@ -1299,6 +1299,13 @@ defining data schemas.")
Markup Language.")
(license license:zpl2.1)))
(define-public python-zope-configuration-bootstrap
(package
(inherit python-zope-configuration)
(arguments `(#:tests? #f))
(native-inputs `())
(properties `((hidden? . #t)))))
(define-public python2-zope-configuration
(package-with-python2 python-zope-configuration))