diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 17:37:00 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:52:35 -0400 |
commit | a13fb725f144a1546deba189a53e995932837da9 (patch) | |
tree | 2fb41d9780ff2c123d09e44dc1a78228f3cc833a | |
parent | 7f50d105c767a47aa2e2e86c0d6e084f890b73fb (diff) |
gnu: Remove python2-lz4.
* gnu/packages/python-compression.scm (python2-lz4): Delete variable.
-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 e7f008e112..38e66ec64c 100644 --- a/gnu/packages/python-compression.scm +++ b/gnu/packages/python-compression.scm @@ -260,9 +260,6 @@ by Yann Collet. The project contains bindings for the LZ4 block format and 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") |