From e33f2c739a7dfa5f4039207a13bab15250a5da83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=BCnker?= Date: Tue, 20 Oct 2020 19:12:21 +0200 Subject: [PATCH] =?UTF-8?q?achieve=20compatibility=20with=20markdown=203.3?= =?UTF-8?q?=20Signed-off-by:=20Christian=20M=C3=BCnker=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyfdax.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyfdax.spec b/pyfdax.spec index 8e107082c..fcbe8e37f 100644 --- a/pyfdax.spec +++ b/pyfdax.spec @@ -44,7 +44,8 @@ datas += [ ('pyfda/fixpoint_widgets/*.png', 'pyfda/fixpoint_widgets'), ('./*.md', '.'), ('pyfda/*.md', 'pyfda')] -#hiddenimports += ['markdown'] +hiddenimports += ['html.parser'] # needed for markdown 3.3 compatibility +hiddenimports += ['scipy.special.cython_special'] ### Plot Widgets hiddenimports += [ 'pyfda.plot_widgets.plot_hf','pyfda.plot_widgets.plot_phi','pyfda.plot_widgets.plot_tau_g',