From d7c5871846f9e37eddeec1cd02439aece2978b05 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Tue, 2 Jun 2020 13:11:58 +0000 Subject: [PATCH] Let people know that scons with python 2 is EOL. --- Mk/Uses/scons.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Mk/Uses/scons.mk b/Mk/Uses/scons.mk index 201816c1b759..2c2eaf7a3f0c 100644 --- a/Mk/Uses/scons.mk +++ b/Mk/Uses/scons.mk @@ -22,6 +22,8 @@ scons_ARGS= python3 _SCONS_PYTHON_VER= ${PYTHON3_DEFAULT} .elif ${scons_ARGS} == python2 _SCONS_PYTHON_VER= ${PYTHON2_DEFAULT} +DEPRECATED?= Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream +EXPIRATION_DATE?= 2020-12-31 .else IGNORE= Incorrect 'USES+= scons:${scons_ARGS}' usage .endif