gnu: python2-pandas: Fix native-inputs.
* gnu/packages/python.scm (python2-pandas)[native-inputs]: Use python2- versions of python-panda's native-inputs, not of inputs.master
parent
f1876bfc7a
commit
dbd40ac19d
|
@ -1017,7 +1017,7 @@ doing practical, real world data analysis in Python.")
|
|||
(package
|
||||
(inherit base)
|
||||
(native-inputs `(("python2-setuptools" ,python2-setuptools)
|
||||
,@(package-inputs base))))))
|
||||
,@(package-native-inputs base))))))
|
||||
|
||||
(define-public python-tzlocal
|
||||
(package
|
||||
|
|
Reference in New Issue