diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2015-11-26 15:28:31 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2015-11-26 15:28:31 +0200 |
commit | b72a44100e769e9f07933a7ba3357fa6c3ec4308 (patch) | |
tree | 8bd69e6c5eccfd326f890b9b1352f3c14ea18df5 | |
parent | 553b709ba103a61a4a934837cb4de4b4f53665ef (diff) | |
download | guix-b72a44100e769e9f07933a7ba3357fa6c3ec4308.tar guix-b72a44100e769e9f07933a7ba3357fa6c3ec4308.tar.gz |
gnu: python-pickleshare: Add python-setuptools to native-inputs.
* gnu/packages/python.scm (python-pickleshare)[native-inputs]: Add
python-setuptools.
-rw-r--r-- | gnu/packages/python.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 1ac6df0998..001d00e9be 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -3961,6 +3961,8 @@ common operations on files to be invoked on those path objects directly.") (build-system python-build-system) (propagated-inputs `(("python-pathpy" ,python-pathpy))) + (native-inputs + `(("python-setuptools" ,python-setuptools))) (home-page "https://github.com/vivainio/pickleshare") (synopsis "Tiny key value database with concurrency support") (description |