buildroot/package/python-mwclient/Config.in
Bernd Kuhls 7d55b9351d 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>
2017-11-23 22:53:54 +01:00

9 lines
228 B
Plaintext

config BR2_PACKAGE_PYTHON_MWCLIENT
bool "python-mwclient"
select BR2_PACKAGE_PYTHON_REQUESTS_OAUTHLIB # runtime
select BR2_PACKAGE_PYTHON_SIX # runtime
help
MediaWiki API client.
https://github.com/btongminh/mwclient