gnu: python-pickleshare: Add python-setuptools to native-inputs.
* gnu/packages/python.scm (python-pickleshare)[native-inputs]: Add python-setuptools.
This commit is contained in:
parent
553b709ba1
commit
b72a44100e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue