Revision: 139657 https://trac.macports.org/changeset/139657 Author: cal@macports.org Date: 2015-08-23 08:56:47 -0700 (Sun, 23 Aug 2015) Log Message: ----------- py-path: Add missing setuptools dependency found by trace mode, openmaintainer Modified Paths: -------------- trunk/dports/python/py-path/Portfile Modified: trunk/dports/python/py-path/Portfile =================================================================== --- trunk/dports/python/py-path/Portfile 2015-08-23 11:21:11 UTC (rev 139656) +++ trunk/dports/python/py-path/Portfile 2015-08-23 15:56:47 UTC (rev 139657) @@ -29,6 +29,9 @@ if {${name} ne ${subport}} { livecheck.type none + + depends_build-append \ + port:py${python.version}-setuptools } else { livecheck.type pypi livecheck.name ${python.rootname}.py
participants (1)
-
cal@macports.org