[120754] trunk/dports/python/py-powerline/Portfile

sean at macports.org sean at macports.org
Thu Jun 5 21:04:35 PDT 2014


Revision: 120754
          https://trac.macports.org/changeset/120754
Author:   sean at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140605/65f70f60/attachment.html>


More information about the macports-changes mailing list