diff --git a/include/u-boot.mk b/include/u-boot.mk index 45f4d454f75..8d946d11221 100644 --- a/include/u-boot.mk +++ b/include/u-boot.mk @@ -29,6 +29,8 @@ endif ifdef UBOOT_USE_INTREE_DTC $(eval $(call TestHostCommand,python3-dev, \ Please install the python3-dev package, \ + python3.13-config --includes 2>&1 | grep 'python3', \ + python3.12-config --includes 2>&1 | grep 'python3', \ python3.11-config --includes 2>&1 | grep 'python3', \ python3.10-config --includes 2>&1 | grep 'python3', \ python3.9-config --includes 2>&1 | grep 'python3', \