Revision
139625
Author
sean@macports.org
Date
2015-08-21 16:29:52 -0700 (Fri, 21 Aug 2015)

Log Message

py-ipython: fix misspelling of ipyparallel

Modified Paths

Diff

Modified: trunk/dports/python/py-ipython/Portfile (139624 => 139625)


--- trunk/dports/python/py-ipython/Portfile	2015-08-21 23:14:28 UTC (rev 139624)
+++ trunk/dports/python/py-ipython/Portfile	2015-08-21 23:29:52 UTC (rev 139625)
@@ -42,7 +42,7 @@
                         port:py${python.version}-gnureadline \
 
     variant parallel description "Support for parallel computing (deprecated variant)" {
-        depends_run-append  port:py${python.version}-pyparallel
+        depends_run-append  port:py${python.version}-ipyparallel
     }
 
     variant pyqt4 conflicts pyside description "Support for the Qt console using pyqt4 (deprecated variant)" {