gnu: python2-bz2file: Use python-2.
This is a followup to 124df723a0
.
Problem reported by Andreas Enge <andreas@enge.fr>.
* gnu/packages/python.scm (python2-bz2file)[arguments]: Use python-2.
This commit is contained in:
parent
2470d779c9
commit
752bb44794
|
@ -8855,7 +8855,8 @@ development version of CPython that are not available in older releases.")
|
|||
(native-inputs
|
||||
`(("python2-setuptools" ,python2-setuptools)))
|
||||
(arguments
|
||||
`(#:phases
|
||||
`(#:python ,python-2
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
;; 'python setup.py test' does not work as of 0.98.
|
||||
;; There is only the one test file, so we run it directly.
|
||||
|
|
Loading…
Reference in New Issue