diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 23:10:12 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:25 -0400 |
commit | cff40b61c2639e657b9ad0e6438a0e8bca6dd5ce (patch) | |
tree | 3c7bd50ee23cc0af406421c800bccd4356d3509a /gnu/packages | |
parent | a5071d3ab93c545a1e3c827de559e8fc30934ed0 (diff) |
gnu: Remove python2-pyrsistent.
* gnu/packages/python-xyz.scm (python2-pyrsistent): Delete variable.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
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") |