diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 17:37:07 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:52:35 -0400 |
commit | 592428a10d04d9da7a9085ffc69179cf1e794c7e (patch) | |
tree | cef3aac246573baff1223027abc76ed5a0ed5caa /gnu/packages/python-compression.scm | |
parent | 20935ba9f41d1567f80f4f0387755b449b1d8bb0 (diff) | |
download | guix-592428a10d04d9da7a9085ffc69179cf1e794c7e.tar guix-592428a10d04d9da7a9085ffc69179cf1e794c7e.tar.gz |
gnu: Remove python2-lzo.
* gnu/packages/python-compression.scm (python2-lzo): Delete variable.
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 3bcab20091..7847a3e20e 100644 --- a/gnu/packages/python-compression.scm +++ b/gnu/packages/python-compression.scm @@ -227,9 +227,6 @@ the LZO library from your Python scripts thereby compressing ordinary Python strings.") (license license:gpl2+))) -(define-public python2-lzo - (package-with-python2 python-lzo)) - (define-public python-lz4 (package (name "python-lz4") |