[148981] trunk/dports/python/py-unicodecsv/Portfile
Revision: 148981 https://trac.macports.org/changeset/148981 Author: raimue@macports.org Date: 2016-05-24 02:57:45 -0700 (Tue, 24 May 2016) Log Message: ----------- python/py-unicodecsv: Add missing build dependency on setuptools Modified Paths: -------------- trunk/dports/python/py-unicodecsv/Portfile Modified: trunk/dports/python/py-unicodecsv/Portfile =================================================================== --- trunk/dports/python/py-unicodecsv/Portfile 2016-05-24 09:57:08 UTC (rev 148980) +++ trunk/dports/python/py-unicodecsv/Portfile 2016-05-24 09:57:45 UTC (rev 148981) @@ -27,6 +27,8 @@ sha256 018c08037d48649a0412063ff4eda26eaa81eff1546dbffa51fa5293276ff7fc if {${name} ne ${subport}} { + depends_build port:py${python.version}-setuptools + livecheck.type none } else { livecheck.type regex
participants (1)
-
raimue@macports.org