summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-04-29 23:10:12 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-31 14:53:25 -0400
commitcff40b61c2639e657b9ad0e6438a0e8bca6dd5ce (patch)
tree3c7bd50ee23cc0af406421c800bccd4356d3509a
parenta5071d3ab93c545a1e3c827de559e8fc30934ed0 (diff)
downloadguix-patches-cff40b61c2639e657b9ad0e6438a0e8bca6dd5ce.tar
guix-patches-cff40b61c2639e657b9ad0e6438a0e8bca6dd5ce.tar.gz
gnu: Remove python2-pyrsistent.
* gnu/packages/python-xyz.scm (python2-pyrsistent): 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 30c2540dd9..7da5570a90 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3373,9 +3373,6 @@ new copy of the structure containing the requested updates. The original
structure is left untouched.")
(license license:expat)))
-(define-public python2-pyrsistent
- (package-with-python2 python-pyrsistent))
-
(define-public python-exif-read
(package
(name "python-exif-read")