gnu: Remove python2-lzstring.

* gnu/packages/python-compression.scm (python2-lzstring): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 17:37:04 -04:00
parent a13fb725f1
commit 20935ba9f4
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -279,9 +279,6 @@ (define-public python-lzstring
(description "Lz-string is a string compressor library for Python.")
(license license:expat)))
(define-public python2-lzstring
(package-with-python2 python-lzstring))
(define-public bitshuffle
(package
(name "bitshuffle")