1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-23 01:25:57 +02:00

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
-3
View File
@@ -3144,9 +3144,6 @@ port forwards using @acronym{UPnP, Universal Plug and Play}.")
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.