[106991] trunk/dports/python/py-coverage/Portfile

jmr at macports.org jmr at macports.org
Thu Jun 13 07:00:17 PDT 2013


Revision: 106991
          https://trac.macports.org/changeset/106991
Author:   jmr at macports.org
Date:     2013-06-13 07:00:17 -0700 (Thu, 13 Jun 2013)
Log Message:
-----------
py-coverage: fix setuptools dep type

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

Modified: trunk/dports/python/py-coverage/Portfile
===================================================================
--- trunk/dports/python/py-coverage/Portfile	2013-06-13 13:52:10 UTC (rev 106990)
+++ trunk/dports/python/py-coverage/Portfile	2013-06-13 14:00:17 UTC (rev 106991)
@@ -28,7 +28,7 @@
 python.versions     25 26 27 31 32 33
 
 if {${subport} != ${name}} {
-    depends_lib-append    port:py${python.version}-setuptools
+    depends_build   port:py${python.version}-setuptools
 
     post-patch {
         # Permissions in the archive are 700
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130613/69c960ea/attachment.html>


More information about the macports-changes mailing list