python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / python-pyicu / Config.in
bloba3578f10c153cf534e319822d07ca6060804dcaf
1 config BR2_PACKAGE_PYTHON_PYICU
2         bool "python-pyicu"
3         depends on !BR2_BINFMT_FLAT # icu
4         depends on BR2_INSTALL_LIBSTDCPP # icu
5         select BR2_PACKAGE_ICU
6         help
7           Python extension wrapping the ICU C++ API.
9           http://pyicu.osafoundation.org/
11 comment "python-pyicu needs a toolchain w/ C++"
12         depends on !BR2_BINFMT_FLAT
13         depends on !BR2_INSTALL_LIBSTDCPP