summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-01 03:19:58 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-31 14:53:58 -0400
commitc7f95514c25bcdd8e6c9c7a105428ed007c1ac37 (patch)
tree71f630d6f56ed9df457a4106a0054e7c8df4ff59
parent6bafe76c351c375746b69ff30657c2295d4a4cfa (diff)
downloadguix-patches-c7f95514c25bcdd8e6c9c7a105428ed007c1ac37.tar
guix-patches-c7f95514c25bcdd8e6c9c7a105428ed007c1ac37.tar.gz
gnu: Remove python2-scandir.
* gnu/packages/python-xyz.scm (python2-scandir): 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 56a8edc864..a370e5e095 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -19033,9 +19033,6 @@ point is the point of maximum curvature.")
This package is part of the Python standard library since version 3.5.")
(license license:bsd-3)))
-(define-public python2-scandir
- (package-with-python2 python-scandir))
-
(define-public python-factory-boy
(package
(name "python-factory-boy")