me
/
guix
Archived
1
0
Fork 0

gnu: Add python-zope-testrunner-bootstrap.

* gnu/packages/python-web.scm (python-zope-testrunner-bootstrap): New
hidden package.
master
Efraim Flashner 2020-07-20 17:18:20 +03:00
parent 7dc36cdc8f
commit 2f938b634e
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 9 additions and 0 deletions

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))