gnu: Remove python2-packaging.

* gnu/packages/python-xyz.scm (python2-packaging): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-05-01 02:48:54 -04:00
parent e8a4b28581
commit 01dff5c377
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -19465,9 +19465,6 @@ (define-public python-packaging
;; licenses.
(license (list license:asl2.0 license:bsd-2))))
(define-public python2-packaging
(package-with-python2 python-packaging))
;; TODO(staging): merge with python-packaging-bootstrap.
(define-public python-packaging-next
(package