[139657] trunk/dports/python/py-path/Portfile

cal at macports.org cal at macports.org
Sun Aug 23 08:56:47 PDT 2015


Revision: 139657
          https://trac.macports.org/changeset/139657
Author:   cal at macports.org
Date:     2015-08-23 08:56:47 -0700 (Sun, 23 Aug 2015)
Log Message:
-----------
py-path: Add missing setuptools dependency found by trace mode, openmaintainer

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

Modified: trunk/dports/python/py-path/Portfile
===================================================================
--- trunk/dports/python/py-path/Portfile	2015-08-23 11:21:11 UTC (rev 139656)
+++ trunk/dports/python/py-path/Portfile	2015-08-23 15:56:47 UTC (rev 139657)
@@ -29,6 +29,9 @@
 
 if {${name} ne ${subport}} {
     livecheck.type      none
+
+    depends_build-append \
+                        port:py${python.version}-setuptools
 } else {
     livecheck.type      pypi
     livecheck.name      ${python.rootname}.py
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150823/3e061c68/attachment.html>


More information about the macports-changes mailing list