From 01bbf6fd67e2c609f5630362a1e895c2c5ea863b Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Fri, 29 Apr 2022 23:09:03 -0400 Subject: [PATCH] gnu: Remove python2-requests-file. * gnu/packages/python-xyz.scm (python2-requests-file): Delete variable. --- gnu/packages/python-xyz.scm | 3 --- 1 file changed, 3 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 0ff7913538..a2d1ef9b31 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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")