mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: Remove python2-nose.
* gnu/packages/check.scm (python2-nose): Delete variable. (python-nose)[properties]: Delete field.
This commit is contained in:
parent
9c19bdbf5c
commit
0fa989172d
1 changed files with 1 additions and 11 deletions
|
@ -887,17 +887,7 @@ (define-public python-nose
|
|||
(synopsis "Python testing library")
|
||||
(description
|
||||
"Nose extends the unittest library to make testing easier.")
|
||||
(license license:lgpl2.0+)
|
||||
(properties `((python2-variant . ,(delay python2-nose))))))
|
||||
|
||||
(define-public python2-nose
|
||||
(let ((base (package-with-python2
|
||||
(strip-python2-variant python-nose))))
|
||||
(package/inherit base
|
||||
(arguments (substitute-keyword-arguments (package-arguments base)
|
||||
((#:phases phases)
|
||||
`(modify-phases ,phases
|
||||
(delete 'invoke-2to3))))))))
|
||||
(license license:lgpl2.0+)))
|
||||
|
||||
(define-public python-nose2
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue