Edit

IABSD.fr/ports/lang/python

Branch :

  • Show log

    Commit

  • Author : tb
    Date : 2026-05-22 08:20:27
    Hash : fbe4baa1
    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