summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-04-29 17:45:39 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-31 14:52:50 -0400
commit72b519f4c935fdc150e567b034a2014f2fe4fe6b (patch)
treee8d15b52dc322ac7cd386671bf143cb7aa00f335
parentf94f66b174d62cc9c829b7405ebf216fd4e9db71 (diff)
gnu: Remove python2-file.
* gnu/packages/python-xyz.scm (python2-file): 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 0aa870dc06..bd312c36a6 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -13430,9 +13430,6 @@ Note that this module and the @code{python-magic} module both provide a
developed separately, both serve the same purpose: provide Python bindings for
libmagic.")))
-(define-public python2-file
- (package-with-python2 python-file))
-
(define-public python-pydevd
;; Use the latest commit, which includes cleanups that removes Python 2
;; syntax that would fail to build.