mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05:00
gnu: python2-testresources: Remove package.
* gnu/packages/check.scm (python2-testresources-bootstrap) (python2-testresources): Delete.
This commit is contained in:
parent
b9a54aad0b
commit
037615cf71
1 changed files with 0 additions and 6 deletions
|
@ -1504,9 +1504,6 @@ (define-public python-testresources-bootstrap
|
||||||
testresources package instead.")
|
testresources package instead.")
|
||||||
(license (list license:bsd-3 license:asl2.0)))) ; at the user's option
|
(license (list license:bsd-3 license:asl2.0)))) ; at the user's option
|
||||||
|
|
||||||
(define-public python2-testresources-bootstrap
|
|
||||||
(package-with-python2 python-testresources-bootstrap))
|
|
||||||
|
|
||||||
(define-public python-testresources
|
(define-public python-testresources
|
||||||
(package
|
(package
|
||||||
(inherit python-testresources-bootstrap)
|
(inherit python-testresources-bootstrap)
|
||||||
|
@ -1521,9 +1518,6 @@ (define-public python-testresources
|
||||||
"Testresources is an extension to Python's unittest to allow declarative
|
"Testresources is an extension to Python's unittest to allow declarative
|
||||||
use of resources by test cases.")))
|
use of resources by test cases.")))
|
||||||
|
|
||||||
(define-public python2-testresources
|
|
||||||
(package-with-python2 python-testresources))
|
|
||||||
|
|
||||||
(define-public python-subunit-bootstrap
|
(define-public python-subunit-bootstrap
|
||||||
(package
|
(package
|
||||||
(name "python-subunit-bootstrap")
|
(name "python-subunit-bootstrap")
|
||||||
|
|
Loading…
Reference in a new issue