1 config BR2_PACKAGE_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
10 slob.py is a reference implementation of slob format reader
13 https://github.com/itkach/slob
15 comment "python-slob needs a toolchain w/ C++"
16 depends on BR2_PACKAGE_PYTHON3 && !BR2_BINFMT_FLAT
17 depends on !BR2_INSTALL_LIBSTDCPP