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