diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-12-28 13:19:06 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-12-28 13:28:13 +0000 |
| commit | cb5fe64086ebc4a6b6fe554b840766c6ba731700 (patch) | |
| tree | 5d42566458d30b570553b1e01e2f4712cfa9074e /gnu/packages/python-compression.scm | |
| parent | 4940efce8ae94df31c4ef6f06f72f62a0056e7e1 (diff) | |
gnu: Remove python-google-brotli.
Deprecation was set 3 years ago, it's a time to drop the variable
completely.
* gnu/packages/python-compression.scm (python-google-brotli): Delete variable.
Change-Id: I5c0fe0f892b6a3e61b7c83ec16291cb0a2170978
Diffstat (limited to 'gnu/packages/python-compression.scm')
| -rw-r--r-- | gnu/packages/python-compression.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-compression.scm b/gnu/packages/python-compression.scm index d8194ea5774..87b04e1df35 100644 --- a/gnu/packages/python-compression.scm +++ b/gnu/packages/python-compression.scm @@ -188,9 +188,6 @@ 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-deprecated-package python-google-brotli - python-brotli) - (define-public python-multivolumefile (package (name "python-multivolumefile") |
