gnu: Remove python2-py.

* gnu/packages/python-xyz.scm (python2-py): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-05-13 15:37:45 -04:00
parent 28bddb7d4f
commit 25a1d0f63d
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -3144,9 +3144,6 @@ (define-public python-py
code introspection, and logging.")
(license license:expat)))
(define-public python2-py
(package-with-python2 python-py))
;; Recent versions of python-fixtures and python-testrepository need
;; python-pbr for packaging, which itself needs these two packages for
;; testing.