[107172] trunk/dports/python/py-geoalchemy/Portfile

jmr at macports.org jmr at macports.org
Thu Jun 20 13:58:16 PDT 2013


Revision: 107172
          https://trac.macports.org/changeset/107172
Author:   jmr at macports.org
Date:     2013-06-20 13:58:16 -0700 (Thu, 20 Jun 2013)
Log Message:
-----------
py-geoalchemy: fix setuptools dep type

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

Modified: trunk/dports/python/py-geoalchemy/Portfile
===================================================================
--- trunk/dports/python/py-geoalchemy/Portfile	2013-06-20 20:48:47 UTC (rev 107171)
+++ trunk/dports/python/py-geoalchemy/Portfile	2013-06-20 20:58:16 UTC (rev 107172)
@@ -34,8 +34,8 @@
                     sha256  78ce2f57a7982051030ccc9a59eb589bf6e0b3fad93875add4c1f7ef65f91863
 
 if {$subport != $name} {
-    depends_lib-append  port:py${python.version}-setuptools \
-                        port:py${python.version}-sqlalchemy \
+    depends_build       port:py${python.version}-setuptools
+    depends_lib-append  port:py${python.version}-sqlalchemy \
                         port:py${python.version}-psycopg2
 
     livecheck.type      none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130620/bd1b3f45/attachment-0001.html>


More information about the macports-changes mailing list