[118074] trunk/dports/python/py-euca2ools/Portfile

macsforever2000 at macports.org macsforever2000 at macports.org
Thu Mar 20 15:10:48 PDT 2014


Revision: 118074
          https://trac.macports.org/changeset/118074
Author:   macsforever2000 at macports.org
Date:     2014-03-20 15:10:47 -0700 (Thu, 20 Mar 2014)
Log Message:
-----------
py-euca2ools: Fix dependencies.

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

Modified: trunk/dports/python/py-euca2ools/Portfile
===================================================================
--- trunk/dports/python/py-euca2ools/Portfile	2014-03-20 21:55:20 UTC (rev 118073)
+++ trunk/dports/python/py-euca2ools/Portfile	2014-03-20 22:10:47 UTC (rev 118074)
@@ -34,6 +34,8 @@
 python.versions     26 27
 
 if {${name} ne ${subport}} {
-    depends_lib     port:py${python.version}-boto \
-                    port:py${python.version}-m2crypto
+    depends_build-append \
+                        port:py${python.version}-setuptools
+    depends_lib-append  port:py${python.version}-boto \
+                        port:py${python.version}-m2crypto
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140320/16d03eed/attachment.html>


More information about the macports-changes mailing list