diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 23:09:03 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:25 -0400 |
commit | 01bbf6fd67e2c609f5630362a1e895c2c5ea863b (patch) | |
tree | 0ee1bc2f71b6a0b93cc9c4aa5a525627cfa74ecd /gnu | |
parent | 242d07cad01b267792b9f39b2002e80975401c7f (diff) |
gnu: Remove python2-requests-file.
* gnu/packages/python-xyz.scm (python2-requests-file): Delete variable.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
1 files changed, 0 insertions, 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 @@ and corruption checks.") 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") |