[114273] trunk/dports/python/py-theano/Portfile

stromnov at macports.org stromnov at macports.org
Tue Dec 3 23:13:27 PST 2013


Revision: 114273
          https://trac.macports.org/changeset/114273
Author:   stromnov at macports.org
Date:     2013-12-03 23:13:26 -0800 (Tue, 03 Dec 2013)
Log Message:
-----------
py-theano: fix setuptools dependency

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

Modified: trunk/dports/python/py-theano/Portfile
===================================================================
--- trunk/dports/python/py-theano/Portfile	2013-12-04 07:09:57 UTC (rev 114272)
+++ trunk/dports/python/py-theano/Portfile	2013-12-04 07:13:26 UTC (rev 114273)
@@ -27,8 +27,9 @@
                     sha256  aaa75f9a9b7bf50f09ddcc01fb993cf47513179d0a7bee3d96bfeebd66e76083
 
 if {$subport != $name} {
-    depends_lib-append  port:py${python.version}-setuptools \
-                        port:py${python.version}-numpy \
+    depends_build-append \
+                        port:py${python.version}-setuptools
+    depends_lib-append  port:py${python.version}-numpy \
                         port:py${python.version}-scipy
     livecheck.type      none
 } else {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131203/a38425cc/attachment.html>


More information about the macports-changes mailing list