diff options
author | Marius Bakke <marius@gnu.org> | 2022-01-12 00:39:37 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-01-12 23:50:14 +0100 |
commit | b000468b922fba25de25faca487b2c5043e173f5 (patch) | |
tree | 4826b2c4d5dc2304292a84869746790cb9efce3b /gnu | |
parent | 7e8ce8e66888dcc247d6d8d2d9e3a9bec83c2a00 (diff) | |
download | guix-b000468b922fba25de25faca487b2c5043e173f5.tar.gz |
gnu: Remove python2-twine.
Some of its dependencies fail to build. * gnu/packages/python-xyz.scm (python2-twine): Remove variable.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
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") |