1 config BR2_PACKAGE_PYTHON_MWSCRAPE2SLOB
2 bool "python-mwscrape2slob"
3 depends on !BR2_BINFMT_FLAT # python-slob -> python-pyicu -> icu
4 depends on BR2_INSTALL_LIBSTDCPP # python-slob -> python-pyicu -> icu
5 depends on BR2_PACKAGE_PYTHON3
6 select BR2_PACKAGE_PYTHON_COUCHDB # runtime
7 select BR2_PACKAGE_PYTHON_CSSSELECT # runtime
8 select BR2_PACKAGE_PYTHON_CSSUTILS # runtime
9 select BR2_PACKAGE_PYTHON_LXML # runtime
10 select BR2_PACKAGE_PYTHON_SLOB # runtime
12 A tool to create slob with content from a MediaWiki CouchDB
15 https://github.com/itkach/mwscrape2slob
17 comment "python-mwscrape2slob needs a toolchain w/ C++"
18 depends on BR2_PACKAGE_PYTHON3 && !BR2_BINFMT_FLAT
19 depends on !BR2_INSTALL_LIBSTDCPP