~ruther/guix-local

553b709ba103a61a4a934837cb4de4b4f53665ef — Efraim Flashner 10 years ago 0066de6
gnu: python-pathpy: Add python-setuptools to native-inputs.

* gnu/packages/python.scm (python-pathpy)[native-inputs]: Add
python-setuptools.
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/python.scm
M gnu/packages/python.scm => gnu/packages/python.scm +2 -1
@@ 3933,7 3933,8 @@ them as the version argument or in a SCM managed file.")
    (propagated-inputs
     `(("python-appdirs" ,python-appdirs)))
    (native-inputs
     `(("python-setuptools-scm" ,python-setuptools-scm)
     `(("python-setuptools" ,python-setuptools)
       ("python-setuptools-scm" ,python-setuptools-scm)
       ("python-pytest" ,python-pytest)
       ("python-pytest-runner" ,python-pytest-runner)))
    (home-page "http://github.com/jaraco/path.py")