mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: Add python-zope-exceptions-bootstrap.
* gnu/packages/python-web.scm (python-zope-exceptions-bootstrap): New hidden package.
This commit is contained in:
parent
845717bb8f
commit
7dc36cdc8f
1 changed files with 8 additions and 0 deletions
|
@ -1131,6 +1131,14 @@ (define-public python-zope-exceptions
|
||||||
that have uses outside of the Zope framework.")
|
that have uses outside of the Zope framework.")
|
||||||
(license license:zpl2.1)))
|
(license license:zpl2.1)))
|
||||||
|
|
||||||
|
(define-public python-zope-exceptions-bootstrap
|
||||||
|
(package
|
||||||
|
(inherit python-zope-exceptions)
|
||||||
|
(arguments `(#:tests? #f))
|
||||||
|
(propagated-inputs `())
|
||||||
|
(native-inputs `())
|
||||||
|
(properties `((hidden? . #t)))))
|
||||||
|
|
||||||
(define-public python2-zope-exceptions
|
(define-public python2-zope-exceptions
|
||||||
(package-with-python2 python-zope-exceptions))
|
(package-with-python2 python-zope-exceptions))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue