From cff40b61c2639e657b9ad0e6438a0e8bca6dd5ce Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Fri, 29 Apr 2022 23:10:12 -0400 Subject: [PATCH] gnu: Remove python2-pyrsistent. * gnu/packages/python-xyz.scm (python2-pyrsistent): Delete variable. --- gnu/packages/python-xyz.scm | 3 --- 1 file changed, 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")