diff options
Diffstat (limited to 'gnu/packages/python-compression.scm')
-rw-r--r-- | gnu/packages/python-compression.scm | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/gnu/packages/python-compression.scm b/gnu/packages/python-compression.scm index 66f6828377..8fd893cb8e 100644 --- a/gnu/packages/python-compression.scm +++ b/gnu/packages/python-compression.scm @@ -168,7 +168,6 @@ to access its data, so it can be used as a drop-in replacement.") python-coverage python-coveralls python-hypothesis - python-pyannotate python-pytest python-pytest-cov python-setuptools @@ -394,8 +393,7 @@ library.") (build-system pyproject-build-system) (propagated-inputs (list python-importlib-metadata)) (native-inputs - (list python-pyannotate - python-pytest + (list python-pytest python-setuptools-scm python-setuptools python-wheel)) @@ -639,9 +637,10 @@ the LZ4 frame format.") (method url-fetch) (uri (pypi-uri "lzstring" version)) (sha256 - (base32 - "18ly9pppy2yspxzw7k1b23wk77k7m44rz2g0271bqgqrk3jn3yhs")))) - (build-system python-build-system) + (base32 "18ly9pppy2yspxzw7k1b23wk77k7m44rz2g0271bqgqrk3jn3yhs")))) + (build-system pyproject-build-system) + (native-inputs + (list python-setuptools python-wheel)) (propagated-inputs (list python-future)) (home-page "https://github.com/gkovacs/lz-string-python") |