diff options
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python-compression.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-compression.scm b/gnu/packages/python-compression.scm index 15eaae5bdc..ef01c59269 100644 --- a/gnu/packages/python-compression.scm +++ b/gnu/packages/python-compression.scm @@ -746,7 +746,7 @@ wrapper. It provides a backport of the @code{Path} object.") (base32 "1z4zdqqs2rg3z36khgj96bpggv34av337isfv7yxg32prawj687r")))) (build-system pyproject-build-system) (native-inputs - (list python-pytest python-pytest-cov)) + (list python-pytest python-pytest-cov python-setuptools python-wheel)) (home-page "https://github.com/pR0Ps/zipstream-ng") (synopsis "Streamable zip file generator") (description |