[118174] trunk/dports/python/py-epsilon/Portfile

devans at macports.org devans at macports.org
Mon Mar 24 12:38:35 PDT 2014


Revision: 118174
          https://trac.macports.org/changeset/118174
Author:   devans at macports.org
Date:     2014-03-24 12:38:35 -0700 (Mon, 24 Mar 2014)
Log Message:
-----------
py-epsilon: add missing build dep.

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

Modified: trunk/dports/python/py-epsilon/Portfile
===================================================================
--- trunk/dports/python/py-epsilon/Portfile	2014-03-24 19:00:54 UTC (rev 118173)
+++ trunk/dports/python/py-epsilon/Portfile	2014-03-24 19:38:35 UTC (rev 118174)
@@ -33,8 +33,9 @@
 
 
 if {${name} ne ${subport}} {
-    depends_lib-append  port:py${python.version}-twisted \
-                        port:py${python.version}-openssl
+    depends_build-append    port:py${python.version}-setuptools
+    depends_lib-append      port:py${python.version}-twisted \
+                            port:py${python.version}-openssl
 }
 
 livecheck.type      regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140324/bccc6d55/attachment.html>


More information about the macports-changes mailing list