gnu: Remove python2-pycosat.

* gnu/packages/python-xyz.scm (python2-pycosat): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 17:44:25 -04:00
parent 5045ff299c
commit c93397ce19
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -19745,9 +19745,6 @@ (define-public python-pycosat
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")