diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-12 20:54:46 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:54:04 -0400 |
commit | 8a60b34e2b65e8f4a35422bd5a34e1695e222a24 (patch) | |
tree | a012fca5d5950b05bc63bec8c202258cfe2195c7 | |
parent | c71ab167f2ebfa0200c4e9bcc21e34adca26d053 (diff) |
gnu: Remove python2-sortedcontainers.
* gnu/packages/python-xyz.scm (python2-sortedcontainers): 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 66ef65fdbd..2ad95ff251 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -22362,9 +22362,6 @@ that is accessible to other projects developed in Cython.") pure-Python.") (license license:asl2.0))) -(define-public python2-sortedcontainers - (package-with-python2 python-sortedcontainers)) - (define python-cloudpickle-testpkg (package (name "python-cloudpickle-testpkg") |