gnu: Remove python2-pkginfo.

* gnu/packages/python-xyz.scm (python2-pkginfo): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 17:41:14 -04:00
parent 2d9a73171c
commit d96f7625e4
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -21913,9 +21913,6 @@ (define-public python-pkginfo
created by running @code{python setup.py develop}).")
(license license:expat)))
(define-public python2-pkginfo
(package-with-python2 python-pkginfo))
(define-public python-twine
(package
(name "python-twine")