From b281703dc4af2911a617010212d30a9e3241dbdb Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Sun, 12 Nov 2017 11:45:22 +0100 Subject: package/python-requests-oauthlib: new package Needed for python-mwclient version bump to 0.8.6. Signed-off-by: Bernd Kuhls Reviewed-by: Yegor Yefremov Signed-off-by: Thomas Petazzoni --- package/python-requests-oauthlib/Config.in | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 package/python-requests-oauthlib/Config.in (limited to 'package/python-requests-oauthlib/Config.in') diff --git a/package/python-requests-oauthlib/Config.in b/package/python-requests-oauthlib/Config.in new file mode 100644 index 0000000000..85283b209c --- /dev/null +++ b/package/python-requests-oauthlib/Config.in @@ -0,0 +1,8 @@ +config BR2_PACKAGE_PYTHON_REQUESTS_OAUTHLIB + bool "python-requests-oauthlib" + select BR2_PACKAGE_PYTHON_OAUTHLIB # runtime + select BR2_PACKAGE_PYTHON_REQUESTS # runtime + help + OAuthlib authentication support for Requests. + + https://github.com/requests/requests-oauthlib -- cgit v1.2.3