diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 17:44:25 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:52:47 -0400 |
commit | c93397ce1927ad9268f7cd0f6dd497b90625c4e4 (patch) | |
tree | ba1617084906491c5bddd5d4bef513edf4dabab2 | |
parent | 5045ff299c484dbcf9752a5917065dfdc59ea188 (diff) |
gnu: Remove python2-pycosat.
* gnu/packages/python-xyz.scm (python2-pycosat): 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 2c1e745da6..9804c3751b 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -19745,9 +19745,6 @@ JSON) codec.") Problem} (SAT) solver.") (license license:expat))) -(define-public python2-pycosat - (package-with-python2 python-pycosat)) - (define-public python2-ruamel.ordereddict (package (name "python2-ruamel.ordereddict") |