2
1

Config.in 741 B

12345678910111213141516171819
  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.
  14. https://github.com/itkach/mwscrape2slob
  15. comment "python-mwscrape2slob needs a toolchain w/ C++"
  16. depends on BR2_PACKAGE_PYTHON3 && !BR2_BINFMT_FLAT
  17. depends on !BR2_INSTALL_LIBSTDCPP