Revision
133478
Author
sean@macports.org
Date
2015-03-02 17:05:43 -0800 (Mon, 02 Mar 2015)

Log Message

py-ipython: add missing jsonschema and mistune dependencies; fixes #47004

Modified Paths

Diff

Modified: trunk/dports/python/py-ipython/Portfile (133477 => 133478)


--- trunk/dports/python/py-ipython/Portfile	2015-03-03 01:05:41 UTC (rev 133477)
+++ trunk/dports/python/py-ipython/Portfile	2015-03-03 01:05:43 UTC (rev 133478)
@@ -9,6 +9,7 @@
 
 name                py-${realname}
 version             3.0.0
+revision            1
 platforms           darwin
 license             BSD
 supported_archs     noarch
@@ -61,7 +62,9 @@
         depends_lib-append      port:py${python.version}-jinja2 \
                                 port:py${python.version}-requests \
                                 port:py${python.version}-sphinx \
-                                port:py${python.version}-tornado
+                                port:py${python.version}-tornado \
+                                port:py${python.version}-jsonschema \
+                                port:py${python.version}-mistune
 
         notes-append "
 Exporting notebooks as HTML or other formats requires pandoc. If you wish to\