2016-10-09 14:46:23 +02:00
|
|
|
config BR2_PACKAGE_PYTHON_PYICU
|
|
|
|
bool "python-pyicu"
|
2017-06-10 11:14:49 +02:00
|
|
|
depends on BR2_HOST_GCC_AT_LEAST_4_8 # icu
|
2016-10-09 14:46:23 +02:00
|
|
|
depends on !BR2_BINFMT_FLAT # icu
|
|
|
|
depends on BR2_INSTALL_LIBSTDCPP # icu
|
2017-06-05 12:14:52 +02:00
|
|
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # icu
|
2016-10-09 14:46:23 +02:00
|
|
|
select BR2_PACKAGE_ICU
|
|
|
|
help
|
|
|
|
Python extension wrapping the ICU C++ API.
|
|
|
|
|
2017-06-05 21:45:56 +02:00
|
|
|
https://github.com/ovalhub/pyicu
|
2016-10-09 14:46:23 +02:00
|
|
|
|
2017-06-10 11:14:49 +02:00
|
|
|
comment "python-pyicu needs a toolchain w/ C++, gcc >= 4.8, host gcc >= 4.8"
|
2016-10-09 14:46:23 +02:00
|
|
|
depends on !BR2_BINFMT_FLAT
|
2017-06-05 12:14:52 +02:00
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP || \
|
2017-06-10 11:14:49 +02:00
|
|
|
!BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 || \
|
|
|
|
!BR2_HOST_GCC_AT_LEAST_4_8
|