[153124] trunk/dports/python/py-twisted/Portfile

devans at macports.org devans at macports.org
Sat Sep 24 21:33:55 PDT 2016


Revision: 153124
          https://trac.macports.org/changeset/153124
Author:   devans at macports.org
Date:     2016-09-24 21:33:54 -0700 (Sat, 24 Sep 2016)
Log Message:
-----------
py-twisted: build fix, build requires py-setuptools.

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

Modified: trunk/dports/python/py-twisted/Portfile
===================================================================
--- trunk/dports/python/py-twisted/Portfile	2016-09-25 03:03:03 UTC (rev 153123)
+++ trunk/dports/python/py-twisted/Portfile	2016-09-25 04:33:54 UTC (rev 153124)
@@ -31,7 +31,8 @@
 python.versions 27 34 35
 
 if {${name} ne ${subport}} {
-    depends_lib-append  port:py${python.version}-zopeinterface
+    depends_build-append  port:py${python.version}-setuptools
+    depends_lib-append    port:py${python.version}-zopeinterface
     post-destroot {
         # update the plugin cache
         system "PYTHONPATH=${destroot}${python.pkgd} ${python.bin} ${filespath}/getPlugins.py"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160924/1bf0731f/attachment.html>


More information about the macports-changes mailing list