Revision: 120754 https://trac.macports.org/changeset/120754 Author: sean@macports.org Date: 2014-06-05 21:04:35 -0700 (Thu, 05 Jun 2014) Log Message: ----------- py-powerline: add missing build dependency on setuptools Modified Paths: -------------- trunk/dports/python/py-powerline/Portfile Modified: trunk/dports/python/py-powerline/Portfile =================================================================== --- trunk/dports/python/py-powerline/Portfile 2014-06-06 03:55:40 UTC (rev 120753) +++ trunk/dports/python/py-powerline/Portfile 2014-06-06 04:04:35 UTC (rev 120754) @@ -24,6 +24,10 @@ python.versions 26 27 32 33 34 +if {${name} ne ${subport}} { + depends_build-append port:py${python.version}-setuptools +} + # turn off livecheck because there are no releases and there is no easy way to # distinguish a new commit only on master livecheck.type none
participants (1)
-
sean@macports.org