summarylogtreecommitdiffstats
path: root/bug_53489_python2-optional-nbconvert.patch
blob: 1cb37fd85c8a36fcc48b9facb4ca7e3bed1d0aed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -Naur spyder-3.2.0.orig/spyder/plugins/editor.py spyder-3.2.0/spyder/plugins/editor.py
--- spyder-3.2.0.orig/spyder/plugins/editor.py	2017-07-24 05:03:40.000000000 +0200
+++ spyder-3.2.0/spyder/plugins/editor.py	2017-08-12 21:45:09.455757449 +0200
@@ -56,7 +56,7 @@
 # Dependencies
 NBCONVERT_REQVER = ">=4.0"
 dependencies.add("nbconvert", _("Manipulate Jupyter notebooks on the Editor"),
-                 required_version=NBCONVERT_REQVER)
+                 required_version=NBCONVERT_REQVER, optional=True)
 
 
 def _load_all_breakpoints():