summaryrefslogtreecommitdiffstats
path: root/package/python-mwclient/Config.in
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2017-11-12 11:45:23 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-11-23 22:53:54 +0100
commit7d55b9351d68f7dc47c52b725b7ab9a1d5f0ec0a (patch)
tree3319ae171787bd3da290b0919ce0929c07b38dd6 /package/python-mwclient/Config.in
parentb281703dc4af2911a617010212d30a9e3241dbdb (diff)
downloadbuildroot-7d55b9351d68f7dc47c52b725b7ab9a1d5f0ec0a.tar.gz
buildroot-7d55b9351d68f7dc47c52b725b7ab9a1d5f0ec0a.zip
package/python-mwclient: bump version to 0.8.6
Version 0.8.2 added OAuth support so we need python-requests-oauthlib as runtime dependency from now on. This package also has a runtime dependency on python-requests so all we need is to update the select command in Config.in. Removed patch applied upstream. 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-mwclient/Config.in')
-rw-r--r--package/python-mwclient/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/python-mwclient/Config.in b/package/python-mwclient/Config.in
index be8897864c..76bf794892 100644
--- a/package/python-mwclient/Config.in
+++ b/package/python-mwclient/Config.in
@@ -1,6 +1,6 @@
config BR2_PACKAGE_PYTHON_MWCLIENT
bool "python-mwclient"
- select BR2_PACKAGE_PYTHON_REQUESTS # runtime
+ select BR2_PACKAGE_PYTHON_REQUESTS_OAUTHLIB # runtime
select BR2_PACKAGE_PYTHON_SIX # runtime
help
MediaWiki API client.
OpenPOWER on IntegriCloud