Skip to content

Commit

Permalink
Mk/Uses: bit more cleanup in USES=python now that 3.7 is sunset
Browse files Browse the repository at this point in the history
  • Loading branch information
rene0 committed Jun 27, 2023
1 parent 7e29005 commit c58ef91
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Mk/Uses/python.mk
Expand Up @@ -218,7 +218,7 @@
# without dots, e.g. 20706, 30801, ...
#
# PYTHON_SUFFIX - The major-minor release number of the chosen Python
# interpreter without dots, e.g. 27, 37, ...
# interpreter without dots, e.g. 27, 38, ...
# Used for prefixes and suffixes.
#
# PYTHON_MAJOR_VER - The major release version of the chosen Python
Expand Down Expand Up @@ -535,9 +535,6 @@ PYTHON_CMD?= ${_PYTHON_BASECMD}${_PYTHON_VERSION}
. if ${PYTHON_MAJOR_VER} > 2
. if exists(${PYTHON_CMD}-config)
PYTHON_ABIVER!= ${PYTHON_CMD}-config --abiflags
. elif ${PYTHON_REL} < 30800
# Default ABI flags for lang/python37 port
PYTHON_ABIVER= m
. endif
. endif

Expand Down

0 comments on commit c58ef91

Please sign in to comment.