diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2016-10-09 14:46:20 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-10-09 22:55:59 +0200 |
commit | 1519e5311097f9fd1779ab1f6e706a8cd7f9830b (patch) | |
tree | e26963d9f035e562b49ac21500d3255906b2ab19 /package/python-mwclient/Config.in | |
parent | ae86d30913786765aecce38177a99353c7e800aa (diff) | |
download | buildroot-1519e5311097f9fd1779ab1f6e706a8cd7f9830b.tar.gz buildroot-1519e5311097f9fd1779ab1f6e706a8cd7f9830b.zip |
package/python-mwclient: new package
Needed by upcoming python-mwscrape package.
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.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/python-mwclient/Config.in b/package/python-mwclient/Config.in new file mode 100644 index 0000000000..be8897864c --- /dev/null +++ b/package/python-mwclient/Config.in @@ -0,0 +1,8 @@ +config BR2_PACKAGE_PYTHON_MWCLIENT + bool "python-mwclient" + select BR2_PACKAGE_PYTHON_REQUESTS # runtime + select BR2_PACKAGE_PYTHON_SIX # runtime + help + MediaWiki API client. + + https://github.com/btongminh/mwclient |