summaryrefslogtreecommitdiffstats
path: root/package/python-requests-oauthlib/Config.in
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2017-11-12 11:45:22 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-11-23 22:52:45 +0100
commitb281703dc4af2911a617010212d30a9e3241dbdb (patch)
tree2a4bc82fa5497a0ddf9c2c3e396970ed2222a4e1 /package/python-requests-oauthlib/Config.in
parent18d54431b3fe3319d67359df916a4e59b82b3c04 (diff)
downloadbuildroot-b281703dc4af2911a617010212d30a9e3241dbdb.tar.gz
buildroot-b281703dc4af2911a617010212d30a9e3241dbdb.zip
package/python-requests-oauthlib: new package
Needed for python-mwclient version bump to 0.8.6. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-requests-oauthlib/Config.in')
-rw-r--r--package/python-requests-oauthlib/Config.in8
1 files changed, 8 insertions, 0 deletions
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
OpenPOWER on IntegriCloud