gnu: Remove python2-lz4.

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

View file

@ -260,9 +260,6 @@ (define-public python-lz4
the LZ4 frame format.")
(license license:bsd-3)))
(define-public python2-lz4
(package-with-python2 python-lz4))
(define-public python-lzstring
(package
(name "python-lzstring")