summaryrefslogtreecommitdiff
path: root/gnu/packages/python-compression.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/python-compression.scm')
-rw-r--r--gnu/packages/python-compression.scm10
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/python-compression.scm b/gnu/packages/python-compression.scm
index 3c1713f6f6..c02993eded 100644
--- a/gnu/packages/python-compression.scm
+++ b/gnu/packages/python-compression.scm
@@ -138,7 +138,7 @@ This Python package wraps the Blosc library.")
(native-inputs
(list cmake-minimal
pkg-config
- python-cython-3
+ python-cython
python-pytest
python-scikit-build
python-setuptools))
@@ -188,8 +188,8 @@ to access its data, so it can be used as a drop-in replacement.")
package, an implementation of the Brotli lossless compression algorithm.")
(license license:expat)))
-(define-public python-google-brotli
- (deprecated-package "python-google-brotli" python-brotli))
+(define-deprecated-package python-google-brotli
+ python-brotli)
(define-public python-multivolumefile
(package
@@ -792,8 +792,8 @@ for improving compression, as well as a python/C package that implements this
algorithm within the Numpy framework.")
(license license:expat)))
-(define-public bitshuffle
- (deprecated-package "bitshuffle" python-bitshuffle))
+(define-deprecated-package bitshuffle
+ python-bitshuffle)
(define-public bitshuffle-for-snappy
(package/inherit python-bitshuffle