Revision: 145184 https://trac.macports.org/changeset/145184 Author: adfernandes@macports.org Date: 2016-01-27 17:40:18 -0800 (Wed, 27 Jan 2016) Log Message: ----------- py-pyinstaller: add missing setuptools dependency for 3.5 (sigh) Modified Paths: -------------- trunk/dports/python/py-pyinstaller/Portfile Modified: trunk/dports/python/py-pyinstaller/Portfile =================================================================== --- trunk/dports/python/py-pyinstaller/Portfile 2016-01-28 01:18:32 UTC (rev 145183) +++ trunk/dports/python/py-pyinstaller/Portfile 2016-01-28 01:40:18 UTC (rev 145184) @@ -23,6 +23,7 @@ if {${name} ne ${subport}} { + depends_build port:py${python.version}-setuptools livecheck.type none } else {