[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: python-pickleshare: Add python-setuptools to native-inputs.
From: |
Efraim Flashner |
Subject: |
02/02: gnu: python-pickleshare: Add python-setuptools to native-inputs. |
Date: |
Thu, 26 Nov 2015 13:36:47 +0000 |
efraim pushed a commit to branch master
in repository guix.
commit b72a44100e769e9f07933a7ba3357fa6c3ec4308
Author: Efraim Flashner <address@hidden>
Date: Thu Nov 26 15:28:31 2015 +0200
gnu: python-pickleshare: Add python-setuptools to native-inputs.
* gnu/packages/python.scm (python-pickleshare)[native-inputs]: Add
python-setuptools.
---
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 1ac6df0..001d00e 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