~ruther/guix-local

6a308947b459ba73204aab428e3894af04432d2f — Efraim Flashner 10 years ago 5b9fe59
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.
1 files changed, 2 insertions(+), 3 deletions(-)

M gnu/packages/python.scm
M gnu/packages/python.scm => gnu/packages/python.scm +2 -3
@@ 2208,9 2208,8 @@ installed with a newer @code{pip} or with wheel's own command line utility.")
               "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)))