diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 17:39:01 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:52:38 -0400 |
commit | 6944240e51c22d201d285a4ccb142b535239bd38 (patch) | |
tree | 7e00fb0c6627a41abe11e8e1e1c5521737d7449d | |
parent | b63429583b6ad1460cbc249fd4a61aa3cb24ef95 (diff) |
gnu: Remove python2-oauthlib.
* gnu/packages/python-web.scm (python2-oauthlib): Delete variable.
-rw-r--r-- | gnu/packages/python-web.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 643cba6c77..f47ff351ff 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -2966,9 +2966,6 @@ adapter for use with the Requests library.") OAuth request-signing logic.") (license license:bsd-3))) -(define-public python2-oauthlib - (package-with-python2 python-oauthlib)) - (define-public python-rauth (package (name "python-rauth") |