gnu: python2-plastid: Propagate setuptools.

* gnu/packages/bioinformatics.scm (python2-plastid)[native-inputs]: Move
python2-setuptools from here...
[propagated-inputs]: ...to here.
This commit is contained in:
Ricardo Wurmus 2016-04-19 16:11:15 +02:00
parent 8694dca8f3
commit 4d16cc5133

View file

@ -987,8 +987,9 @@ (define-public python2-plastid
(let ((base (package-with-python2 (strip-python2-variant python-plastid))))
(package
(inherit base)
(native-inputs `(("python2-setuptools" ,python2-setuptools)
,@(package-native-inputs base))))))
;; setuptools is required at runtime
(propagated-inputs `(("python2-setuptools" ,python2-setuptools)
,@(package-propagated-inputs base))))))
(define-public cd-hit
(package