-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add python-json5 to support comments in json python parser fixes #9
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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++ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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++ | ||
|