xref: /OK3568_Linux_fs/buildroot/support/dependencies/check-host-python3.mk (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1# Since version 2.29, glibc requires python 3.4 or later to build the GNU C Library.
2# https://www.sourceware.org/ml/libc-alpha/2019-01/msg00723.html
3
4BR2_PYTHON3_VERSION_MIN = 3.4
5
6ifeq (,$(call suitable-host-package,python3,$(BR2_PYTHON3_VERSION_MIN) python3 python))
7BR2_PYTHON3_HOST_DEPENDENCY = host-python3
8endif
9