gnu: Remove python2-singledispatch.

* gnu/packages/python-xyz.scm (python2-singledispatch): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 23:09:46 -04:00
parent 6b3cd3c779
commit fb081632a3
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -10408,9 +10408,6 @@ (define-public python-singledispatch
2.6-3.3.")
(license license:expat)))
(define-public python2-singledispatch
(package-with-python2 python-singledispatch))
;; the python- version can be removed with python-3.5
(define-public python-backports-abc
(package