Let people know that scons with python 2 is EOL.

This commit is contained in:
Mathieu Arnold 2020-06-02 13:11:58 +00:00
parent c5b2031734
commit d7c5871846
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=537545

View File

@ -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