[148980] trunk/dports/python/py-contextlib2/Portfile

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


Revision: 148980
          https://trac.macports.org/changeset/148980
Author:   raimue at macports.org
Date:     2016-05-24 02:57:08 -0700 (Tue, 24 May 2016)
Log Message:
-----------
python/py-contextlib2: Add missing build dependency on setuptools

Modified Paths:
--------------
    trunk/dports/python/py-contextlib2/Portfile

Modified: trunk/dports/python/py-contextlib2/Portfile
===================================================================
--- trunk/dports/python/py-contextlib2/Portfile	2016-05-24 09:55:46 UTC (rev 148979)
+++ trunk/dports/python/py-contextlib2/Portfile	2016-05-24 09:57:08 UTC (rev 148980)
@@ -28,6 +28,8 @@
                     sha256  30e500f13921c73c96f49a6dd2adfbdd92bc3fae12183e91b06b2e4583486206
 
 if {${name} ne ${subport}} {
+    depends_build       port:py${python.version}-setuptools
+
     livecheck.type      none
 } else {
     livecheck.type      pypi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160524/87681675/attachment.html>


More information about the macports-changes mailing list