gnu: Remove python2-file.

* gnu/packages/python-xyz.scm (python2-file): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 17:45:39 -04:00
parent f94f66b174
commit 72b519f4c9
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -13430,9 +13430,6 @@ (define-public python-file
developed separately, both serve the same purpose: provide Python bindings for developed separately, both serve the same purpose: provide Python bindings for
libmagic."))) libmagic.")))
(define-public python2-file
(package-with-python2 python-file))
(define-public python-pydevd (define-public python-pydevd
;; Use the latest commit, which includes cleanups that removes Python 2 ;; Use the latest commit, which includes cleanups that removes Python 2
;; syntax that would fail to build. ;; syntax that would fail to build.