gnu: python2-unittest2: Use python2-setuptools.
* gnu/packages/python.scm (python2-unittest2)[inputs]: Switch from python-setuptools to python2-setuptools.
This commit is contained in:
parent
4b7513e043
commit
7957fe6c10
|
@ -1504,7 +1504,7 @@ standard library.")
|
||||||
(base32
|
(base32
|
||||||
"0wbs4i4x3x7klr3v35ss6p9mcqz883i1xgcpkhvl7n2lyv6yhpda"))))
|
"0wbs4i4x3x7klr3v35ss6p9mcqz883i1xgcpkhvl7n2lyv6yhpda"))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("python2-setuptools" ,python-setuptools)))
|
`(("python2-setuptools" ,python2-setuptools)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:python ,python-2
|
`(#:python ,python-2
|
||||||
#:tests? #f)))) ; no setup.py test command
|
#:tests? #f)))) ; no setup.py test command
|
||||||
|
|
Loading…
Reference in New Issue