CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2026/05/22 02:20:27
Modified files:
lang/python/3 : python.port.mk
Log message:
Add MODPY_WANTLIB to CHECK_LIB_DEPENDS_ARGS in the python module
When the python module is in scope, usually the WANTLIB lists are quite
big and it's very easy to miss a hardcoded python314 or similar, as shown
by recent mistakes I made. Having this expanded and at the start of the
WANTLIB list gives a hint that one needs to pay attention and might help
reduce mishaps.
tested & ok sthen