Config.in 584 B

1234567891011121314151617
  1. config BR2_PACKAGE_PYTHON_SLOB
  2. bool "python-slob"
  3. depends on !BR2_BINFMT_FLAT # python-pyicu -> icu
  4. depends on BR2_INSTALL_LIBSTDCPP # python-pyicu -> icu
  5. depends on BR2_PACKAGE_PYTHON3
  6. select BR2_PACKAGE_PYTHON_PYICU # runtime
  7. # although optional, it is used as default compression
  8. select BR2_PACKAGE_PYTHON3_XZ # runtime
  9. help
  10. slob.py is a reference implementation of slob format reader
  11. and writer.
  12. https://github.com/itkach/slob
  13. comment "python-slob needs a toolchain w/ C++"
  14. depends on BR2_PACKAGE_PYTHON3 && !BR2_BINFMT_FLAT
  15. depends on !BR2_INSTALL_LIBSTDCPP