CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected]   2022/09/07 08:34:13

Modified files:
        math/mlpack    : Makefile 

Log message:
use DPB_PROPERTIES=nojunk; mlpack uses setuptools without using
MODPY_SETUPTOOLS so it doesn't pick up nojunk from python.port.mk

setuptools can pick up importlib_metadata if present at runtime,
if it's junked at the wrong point we can get "AttributeError: module
'importlib_metadata' has no attribute 'MetadataPathFinder'" (as
reported by aja@)

This can probably go away after switching to Python 3.10 by default

Reply via email to