1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-29 13:31:16 +02:00

gnu: Add python-zope-exceptions-bootstrap.

* gnu/packages/python-web.scm (python-zope-exceptions-bootstrap): New
hidden package.
This commit is contained in:
Efraim Flashner
2020-07-20 17:17:48 +03:00
parent 845717bb8f
commit 7dc36cdc8f

View File

@@ -1131,6 +1131,14 @@ conforming to a given API or contract.")
that have uses outside of the Zope framework.")
(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
(package-with-python2 python-zope-exceptions))