summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-13 15:37:45 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-31 14:54:14 -0400
commit25a1d0f63d52c244e813aa49234e602ae54eb54f (patch)
tree8f6ce592d239fdac9ef157bac554f1f3d7403164
parent28bddb7d4f0acb1ad8a61fd9dec7923487c0803c (diff)
downloadguix-patches-25a1d0f63d52c244e813aa49234e602ae54eb54f.tar
guix-patches-25a1d0f63d52c244e813aa49234e602ae54eb54f.tar.gz
gnu: Remove python2-py.
* gnu/packages/python-xyz.scm (python2-py): Delete variable.
-rw-r--r--gnu/packages/python-xyz.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index cd5bf33981..daf721e89d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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.