Skip to content

Commit

Permalink
add python-json5 to support comments in json python parser fixes #9
Browse files Browse the repository at this point in the history
  • Loading branch information
prudhomm committed Jul 7, 2022
1 parent 63e0626 commit aeea7c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions feelpp-python/bullseye/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Section: science
Priority: extra
Maintainer: Christophe Prud'homme <[email protected]>
Uploaders: Christophe Prud'homme <[email protected]>
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
Expand All @@ -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++
Expand Down
4 changes: 2 additions & 2 deletions feelpp-python/jammy/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Section: science
Priority: extra
Maintainer: Christophe Prud'homme <[email protected]>
Uploaders: Christophe Prud'homme <[email protected]>
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
Expand All @@ -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++
Expand Down

0 comments on commit aeea7c2

Please sign in to comment.