[OpenWrt-Devel] [PATCH] build: support python 3.8

Paul Spooren mail at aparcar.org
Wed Nov 13 16:37:58 EST 2019


LGTM

On 11/13/19 10:09 AM, Thomas Weißschuh wrote:
> Signed-off-by: Thomas Weißschuh <thomas at t-8ch.de>
> ---
>   include/prereq-build.mk | 2 ++
>   1 file changed, 2 insertions(+)
>
> diff --git a/include/prereq-build.mk b/include/prereq-build.mk
> index 4c59910056..65baf1f5e5 100644
> --- a/include/prereq-build.mk
> +++ b/include/prereq-build.mk
> @@ -144,12 +144,14 @@ $(eval $(call SetupHostCommand,perl,Please install Perl 5.x, \
>   $(eval $(call CleanupPython2))
>   
>   $(eval $(call SetupHostCommand,python,Please install Python >= 3.5, \
> +	python3.8 -V 2>&1 | grep -E 'Python 3\.[5-9]\.?', \
>   	python3.7 -V 2>&1 | grep -E 'Python 3\.[5-9]\.?', \
>   	python3.6 -V 2>&1 | grep -E 'Python 3\.[5-9]\.?', \
>   	python3.5 -V 2>&1 | grep -E 'Python 3\.[5-9]\.?', \
>   	python3 -V 2>&1 | grep -E 'Python 3\.[5-9]\.?'))
>   
>   $(eval $(call SetupHostCommand,python3,Please install Python >= 3.5, \
> +	python3.8 -V 2>&1 | grep -E 'Python 3\.[5-9]\.?', \
>   	python3.7 -V 2>&1 | grep -E 'Python 3\.[5-9]\.?', \
>   	python3.6 -V 2>&1 | grep -E 'Python 3\.[5-9]\.?', \
>   	python3.5 -V 2>&1 | grep -E 'Python 3\.[5-9]\.?', \

_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


More information about the openwrt-devel mailing list