From ae1aa162504d9277348c5e4f198d97cb2a780d70 Mon Sep 17 00:00:00 2001 From: Kirill Smelkov Date: Fri, 18 Dec 2015 10:54:43 +0300 Subject: [PATCH] wendelin: Adjust to recent ipython-notebook section renaming Commit cee110b2 (IPython Notebook: Fixing coding crimes for section names) changed IPython notebook section name to use '-' as word delimiter but forgot to update users, and this way wendelin build started to fail: INFO While: INFO Installing. INFO Getting section ipython_notebook. INFO Error: The referenced section, 'ipython_notebook', was not defined. Fix it. (And I've made sure with whole-tree git grep that there is no more ipython notebook users except wendelin in whole slapos.git so far) /reported-by @Tyagov /cc @tiwariayush /reviewed-by TrustMe --- software/wendelin/software.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/wendelin/software.cfg b/software/wendelin/software.cfg index 3149f05806..683199c3aa 100644 --- a/software/wendelin/software.cfg +++ b/software/wendelin/software.cfg @@ -21,7 +21,7 @@ parts += wendelin.core matplotlib fluentd - ipython_notebook + ipython-notebook [eggs] initialization = -- 2.25.1