1config BR2_PACKAGE_PYTHON_MWSCRAPE 2 bool "python-mwscrape" 3 select BR2_PACKAGE_PYTHON_COUCHDB # runtime 4 select BR2_PACKAGE_PYTHON_MWCLIENT # runtime 5 select BR2_PACKAGE_PYTHON_PYLRU # runtime 6 help 7 Download rendered articles from MediaWiki API to CouchDB 8 9 https://github.com/itkach/mwscrape 10