summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2022-01-12 00:39:37 +0100
committerMarius Bakke <marius@gnu.org>2022-01-12 23:50:14 +0100
commitb000468b922fba25de25faca487b2c5043e173f5 (patch)
tree4826b2c4d5dc2304292a84869746790cb9efce3b
parent7e8ce8e66888dcc247d6d8d2d9e3a9bec83c2a00 (diff)
downloadguix-patches-b000468b922fba25de25faca487b2c5043e173f5.tar
guix-patches-b000468b922fba25de25faca487b2c5043e173f5.tar.gz
gnu: Remove python2-twine.
Some of its dependencies fail to build. * gnu/packages/python-xyz.scm (python2-twine): Remove variable.
-rw-r--r--gnu/packages/python-xyz.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 825d747dd8..1f772576e2 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20047,9 +20047,6 @@ distributions. It authenticates the user over HTTPS, allows them to pre-sign
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")