[115960] trunk/dports/python/py-pandas/Portfile

stromnov at macports.org stromnov at macports.org
Wed Jan 15 07:06:08 PST 2014


Revision: 115960
          https://trac.macports.org/changeset/115960
Author:   stromnov at macports.org
Date:     2014-01-15 07:06:08 -0800 (Wed, 15 Jan 2014)
Log Message:
-----------
py-pandas: add build dependency

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

Modified: trunk/dports/python/py-pandas/Portfile
===================================================================
--- trunk/dports/python/py-pandas/Portfile	2014-01-15 14:56:13 UTC (rev 115959)
+++ trunk/dports/python/py-pandas/Portfile	2014-01-15 15:06:08 UTC (rev 115960)
@@ -28,7 +28,10 @@
                     sha256  f034cd298e0d68fee24a2b0a68a9b8da41978d6f39474f908f7f352904ef7f3c
 
 if {${name} ne ${subport}} {
-    depends_build       port:py${python.version}-setuptools
+    depends_build-append \
+                        port:py${python.version}-setuptools \
+                        port:py${python.version}-cython
+
     depends_lib-append  port:py${python.version}-numpy \
                         port:py${python.version}-dateutil \
                         port:py${python.version}-scipy \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140115/c3bd3b59/attachment-0001.html>


More information about the macports-changes mailing list