63dd97f70f
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>
11 lines
330 B
Plaintext
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
|