[148981] trunk/dports/python/py-unicodecsv/Portfile

raimue at macports.org raimue at macports.org
Tue May 24 02:57:46 PDT 2016


Revision: 148981
          https://trac.macports.org/changeset/148981
Author:   raimue at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160524/a83a4d56/attachment.html>


More information about the macports-changes mailing list