diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-13 15:36:06 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:54:14 -0400 |
commit | a683c74e9a1d7eb41714625f21da5afcf36f549d (patch) | |
tree | e0e92dfc210dc97ded4c511514030bb16817d107 | |
parent | 9fe706c92e0fea3d490adf615727ea1af3661336 (diff) |
gnu: Remove python2-six-bootstrap.
* gnu/packages/python-build.scm (python2-six-bootstrap): Delete variable.
-rw-r--r-- | gnu/packages/python-build.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm index 3fb01199a8..c64a7732be 100644 --- a/gnu/packages/python-build.scm +++ b/gnu/packages/python-build.scm @@ -162,9 +162,6 @@ Six supports every Python version since 2.5. It is contained in only one Python file, so it can be easily copied into your project.") (license license:x11))) -(define-public python2-six-bootstrap - (package-with-python2 python-six-bootstrap)) - (define-public python-tomli (package (name "python-tomli") |