add libpython3-dev to debian packaging

needed since we now build embedded python support
in opm-common
This commit is contained in:
Arne Morten Kvarving
2021-04-13 08:19:38 +02:00
parent c62f358de6
commit 6bbb9401a9

2
debian/control vendored
View File

@@ -4,7 +4,7 @@ Maintainer: Arne Morten Kvarving <arne.morten.kvarving@sintef.no>
Build-Depends: build-essential, debhelper (>= 9),
libboost-system-dev, libboost-date-time-dev, libboost-test-dev,
libsuperlu3-dev (>= 3.0) | libsuperlu-dev (>= 4.3),
gfortran, libsuitesparse-dev,
gfortran, libsuitesparse-dev, libpython3-dev,
libdune-common-dev, libdune-istl-dev, cmake, libtinyxml-dev, bc,
git, zlib1g-dev, libtool, libopm-material-dev,
libopm-grid-dev, libdune-grid-dev, libscotchmetis-dev, libscotchparmetis-dev,