gnu: Remove python2-requests-file.

* gnu/packages/python-xyz.scm (python2-requests-file): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 23:09:03 -04:00
parent 242d07cad0
commit 01bbf6fd67
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -22688,9 +22688,6 @@ (define-public python-requests-file
library to allow local file system access via @code{file://} URLs.")
(license license:asl2.0)))
(define-public python2-requests-file
(package-with-python2 python-requests-file))
(define-public python-identify
(package
(name "python-identify")