CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected]   2021/02/03 08:36:04

Modified files:
        lang/python    : python.port.mk 

Log message:
Set DPB_PROPERTIES=nojunk for Python builds using setuptools.
setuptools picks up plugins during the configure stage whether a port
needs them or not. In some cases (currently just setuptools_scm), these
register hooks to run in the install stage; if the plugin is not a
listed build dependency this will cause the install stage to fail.
Recently reported by naddy with py-sphinx but we've seen spurious
failures elsewhere before which are likely due to this.

ok kmos@

Reply via email to