buildroot/package/python-mwscrape/Config.in
Bernd Kuhls 63dd97f70f package/python-mwscrape: bump version for python3 support
Upstream ported the package to support python >= 3.6:
568ccbe6e1

Remove dependency to python-futures package because it was only needed
for python2.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2021-01-01 23:47:09 +01:00

11 lines
330 B
Plaintext

config BR2_PACKAGE_PYTHON_MWSCRAPE
bool "python-mwscrape"
depends on BR2_PACKAGE_PYTHON3
select BR2_PACKAGE_PYTHON_COUCHDB # runtime
select BR2_PACKAGE_PYTHON_MWCLIENT # runtime
select BR2_PACKAGE_PYTHON_PYLRU # runtime
help
Download rendered articles from MediaWiki API to CouchDB
https://github.com/itkach/mwscrape