diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-01-29 10:23:52 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-01-29 10:58:23 -0500 |
commit | 5048eb397296587aef9e5015d54f52101423afbd (patch) | |
tree | a833a8539491ad9e7afad4cd1e62da50f9efe08c /gnu | |
parent | 0c52aff8e91f3645a96cca21c32db1b15b22c75b (diff) |
gnu: python2-requests-oauthlib: Remove package.
* gnu/packages/python-web.scm (python2-requests-oauthlib):
Diffstat (limited to 'gnu')
-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 efb6296e90..aedd445c4d 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -3111,9 +3111,6 @@ concurrent HTTP client library for python using @code{gevent}.") provide an easy-to-use Python interface for building OAuth1 and OAuth2 clients.") (license license:isc))) -(define-public python2-requests-oauthlib - (package-with-python2 python-requests-oauthlib)) - (define-public python-url (package (name "python-url") |