mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: Add python-zope-testrunner-bootstrap.
* gnu/packages/python-web.scm (python-zope-testrunner-bootstrap): New hidden package.
This commit is contained in:
parent
7dc36cdc8f
commit
2f938b634e
1 changed files with 9 additions and 0 deletions
|
@ -1189,6 +1189,15 @@ (define-public python-zope-testrunner
|
|||
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))
|
||||
|
||||
|
|
Loading…
Reference in a new issue