gnu: python-requests: Rearrange inputs.

* gnu/packages/python.scm (python-requests)[propagated-inputs]: Move
python-py, python-pytest, python-pytest-cov, python-wheel from here...
[native-inputs]: ... to here.
This commit is contained in:
Efraim Flashner 2016-04-10 10:55:28 +03:00
parent 5b9fe59fbe
commit 6a308947b4

View file

@ -2208,9 +2208,8 @@ (define-public python-requests
"0zsqrzlybf25xscgi7ja4s48y2abf9wvjkn47wh984qgs1fq2xy5"))))
(build-system python-build-system)
(native-inputs
`(("python-setuptools" ,python-setuptools)))
(propagated-inputs
`(("python-py" ,python-py)
`(("python-setuptools" ,python-setuptools)
("python-py" ,python-py)
("python-pytest" ,python-pytest)
("python-pytest-cov" ,python-pytest-cov)
("python-wheel" ,python-wheel)))