From aeea7c21f8e3fd9803eec3db7867a90c19b19fdb Mon Sep 17 00:00:00 2001 From: Christophe Prud'homme Date: Thu, 7 Jul 2022 09:33:18 +0200 Subject: [PATCH] add python-json5 to support comments in json python parser fixes #9 --- feelpp-python/bullseye/debian/control | 4 ++-- feelpp-python/jammy/debian/control | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/feelpp-python/bullseye/debian/control b/feelpp-python/bullseye/debian/control index c20efea..d79ccf2 100644 --- a/feelpp-python/bullseye/debian/control +++ b/feelpp-python/bullseye/debian/control @@ -3,7 +3,7 @@ Section: science Priority: extra Maintainer: Christophe Prud'homme Uploaders: Christophe Prud'homme -Build-Depends: quilt, debhelper (>= 10), dh-python, python3-pytest, chrpath, libfeelpp-dev, feelpp-tools, libfeelpp-toolboxes1-all-dev, libfeelpp-mor-dev, python3-mpi4py, python3-petsc4py-real3.14, python3-slepc4py-real3.14, python3-petsc4py, python3-slepc4py +Build-Depends: quilt, debhelper (>= 10), dh-python, python3-pytest, chrpath, libfeelpp-dev, feelpp-tools, libfeelpp-toolboxes1-all-dev, libfeelpp-mor-dev, python3-json5, python3-mpi4py, python3-petsc4py-real3.14, python3-slepc4py-real3.14, python3-petsc4py, python3-slepc4py Standards-Version: 3.9.4 X-Python-Version: current Homepage: http://www.feelpp.org @@ -15,7 +15,7 @@ Section: python Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libfeelpp1 (= ${binary:Version}), ${python3:Depends}, python3-mpi4py, python3-petsc4py-real3.14, python3-slepc4py-real3.14, python3-petsc4py, python3-petsc4py-real Provides: ${python3:Provides} -Recommends: python3-pytest, python3-gmsh, python3-plotly, python3-sklearn-pandas +Recommends: python3-pytest, python3-gmsh, python3-plotly, python3-sklearn-pandas, python3-json5 Suggests: python3-matplotlib, python3-scipy Description: Python3 front-end of Feel++ (aka TUI) Provides python wrappers for Feel++ diff --git a/feelpp-python/jammy/debian/control b/feelpp-python/jammy/debian/control index b3f197c..a55f90d 100644 --- a/feelpp-python/jammy/debian/control +++ b/feelpp-python/jammy/debian/control @@ -3,7 +3,7 @@ Section: science Priority: extra Maintainer: Christophe Prud'homme Uploaders: Christophe Prud'homme -Build-Depends: quilt, debhelper (>= 10), dh-python, python3-pytest, chrpath, libfeelpp-dev, feelpp-tools, libfeelpp-toolboxes1-all-dev, libfeelpp-mor-dev, python3-mpi4py, python3-petsc4py-real3.15, python3-slepc4py-real3.15, python3-petsc4py, python3-slepc4py +Build-Depends: quilt, debhelper (>= 10), dh-python, python3-pytest, chrpath, libfeelpp-dev, feelpp-tools, libfeelpp-toolboxes1-all-dev, libfeelpp-mor-dev, python3-json5, python3-mpi4py, python3-petsc4py-real3.15, python3-slepc4py-real3.15, python3-petsc4py, python3-slepc4py Standards-Version: 3.9.4 X-Python-Version: current Homepage: http://www.feelpp.org @@ -15,7 +15,7 @@ Section: python Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libfeelpp1 (= ${binary:Version}), ${python3:Depends}, python3-mpi4py, python3-petsc4py-real3.15, python3-slepc4py-real3.15, python3-petsc4py, python3-petsc4py-real Provides: ${python3:Provides} -Recommends: python3-pytest, python3-gmsh, python3-plotly, python3-sklearn-pandas +Recommends: python3-pytest, python3-gmsh, python3-plotly, python3-sklearn-pandas, python3-json5 Suggests: python3-matplotlib, python3-scipy Description: Python3 front-end of Feel++ (aka TUI) Provides python wrappers for Feel++