diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 21:24:27 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:02 -0400 |
commit | 4dac0380f41220663ed27e148d6522ba10a3057d (patch) | |
tree | b49eccb8e2374a5825101bef3b68bc9120c3da3e | |
parent | 538eadceb27fe43324dab94fdd873b8cda787b56 (diff) |
gnu: Remove python2-bz2file.
* gnu/packages/python-xyz.scm (python2-bz2file): Delete variable.
-rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 481e9f90c0..150579b291 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -16711,9 +16711,6 @@ standard library's @code{bz2} module, including features from the latest development version of CPython that are not available in older releases.") (license license:asl2.0))) -(define-public python2-bz2file - (package-with-python2 python-bz2file)) - (define-public python-future (package (name "python-future") |