git: fix build with with no threads
[buildroot-gz.git] / package / python-mwscrape2slob / Config.in
blob799ab29c34def354ca64c921da9d518fb2e540a1
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
11         help
12           A tool to create slob with content from a MediaWiki CouchDB
13           created by mwscrape.
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