[122554] trunk/dports/python/py-certifi/Portfile

cal at macports.org cal at macports.org
Wed Jul 23 15:20:40 PDT 2014


Revision: 122554
          https://trac.macports.org/changeset/122554
Author:   cal at macports.org
Date:     2014-07-23 15:20:39 -0700 (Wed, 23 Jul 2014)
Log Message:
-----------
py-certifi: add missing setuptools dependency identified by trace mode

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

Modified: trunk/dports/python/py-certifi/Portfile
===================================================================
--- trunk/dports/python/py-certifi/Portfile	2014-07-23 21:43:46 UTC (rev 122553)
+++ trunk/dports/python/py-certifi/Portfile	2014-07-23 22:20:39 UTC (rev 122554)
@@ -28,6 +28,9 @@
                     sha256  1e1bcbacd6357c151ae37cf0290dcc809721d32ce21fd6b7339568f3ddef1b69
 
 if {${name} ne ${subport}} {
+    depends_build-append \
+                        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/20140723/e61ae8bc/attachment.html>


More information about the macports-changes mailing list