diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2015-11-26 15:26:18 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2015-11-26 15:26:18 +0200 |
commit | 553b709ba103a61a4a934837cb4de4b4f53665ef (patch) | |
tree | 72c943f0944290c56d0bc3b4617cbf07fe76d5f3 | |
parent | 0066de6f3a5964da8d62d099ee826639fe53c2b3 (diff) | |
download | guix-553b709ba103a61a4a934837cb4de4b4f53665ef.tar guix-553b709ba103a61a4a934837cb4de4b4f53665ef.tar.gz |
gnu: python-pathpy: Add python-setuptools to native-inputs.
* gnu/packages/python.scm (python-pathpy)[native-inputs]: Add
python-setuptools.
-rw-r--r-- | gnu/packages/python.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index a47318e43b..1ac6df0998 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -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") |