mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -1504,7 +1504,7 @@ (define-public python2-unittest2
|
||||||
(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 a new issue