board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / package / python-slob / Config.in
blob2c8ddb08805be2ff96217d8742a3d795ce283338
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.
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