gnu: Remove python2-twine.

Some of its dependencies fail to build.

* gnu/packages/python-xyz.scm (python2-twine): Remove variable.
This commit is contained in:
Marius Bakke 2022-01-12 00:39:37 +01:00
parent 7e8ce8e668
commit b000468b92
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -20047,9 +20047,6 @@ (define-public python-twine
their files and supports any packaging format (including wheels).")
(license license:asl2.0)))
(define-public python2-twine
(package-with-python2 python-twine))
(define-public python-linecache2
(package
(name "python-linecache2")