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:
Ben Woodcroft 2016-08-04 20:02:01 +10:00
parent 2470d779c9
commit 752bb44794
No known key found for this signature in database
GPG key ID: E44DCCD146E0CCF4

View file

@ -8855,7 +8855,8 @@ (define-public python2-bz2file
(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.