1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-18 07:05:53 +02:00

gnu: Add python-zope-testrunner-bootstrap.

* gnu/packages/python-web.scm (python-zope-testrunner-bootstrap): New
hidden package.
This commit is contained in:
Efraim Flashner
2020-07-20 17:18:20 +03:00
parent 7dc36cdc8f
commit 2f938b634e
+9
View File
@@ -1189,6 +1189,15 @@ forms, HTTP servers, regular expressions, and more.")
tests.")
(license license:zpl2.1)))
(define-public python-zope-testrunner-bootstrap
(package
(inherit python-zope-testrunner)
(arguments `(#:tests? #f))
(propagated-inputs
`(("python-six" ,python-six)
("python-zope-exceptions" ,python-zope-exceptions-bootstrap)))
(properties `((hidden? . #t)))))
(define-public python2-zope-testrunner
(package-with-python2 python-zope-testrunner))