From 61a775f38542c3da48b6a440da85191c0c9890d7 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Fri, 29 Apr 2022 23:07:32 -0400 Subject: gnu: Remove python2-wheel. * gnu/packages/python-build.scm (python2-wheel): Delete variable. --- gnu/packages/python-build.scm | 3 --- 1 file changed, 3 deletions(-) (limited to 'gnu/packages/python-build.scm') diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm index eb291c2c86..e3b160bc85 100644 --- a/gnu/packages/python-build.scm +++ b/gnu/packages/python-build.scm @@ -68,9 +68,6 @@ (define-public python-wheel installed with a newer @code{pip} or with wheel's own command line utility.") (license license:expat))) -(define-public python2-wheel - (package-with-python2 python-wheel)) - ;;; XXX: Not really at home, but this seems the best place to prevent circular ;;; module dependencies. (define-public python-toml -- cgit v1.2.3