Package: psi4 Version: 1:1.1-5 Severity: serious Tags: patch psi4 needs a dependency on python3 for /usr/bin/psi4:
--- debian/control.old 2018-08-13 21:58:29.746594942 +0000 +++ debian/control 2018-08-14 00:15:45.898516395 +0000 @@ -21,6 +21,7 @@ libhdf5-dev, libint-dev (>= 1.2.0-1), liblapack-dev, + dh-python, python3-dev, python3-numpy, python3-pybind11, @@ -34,7 +35,7 @@ Package: psi4 Architecture: any -Depends: psi4-data (= ${source:Version}), ${misc:Depends}, ${shlibs:Depends} +Depends: psi4-data (= ${source:Version}), ${misc:Depends}, ${shlibs:Depends}, ${python3:Depends} Description: Quantum Chemical Program Suite PSI4 is an ab-initio quantum chemistry program. It is especially designed to accurately compute properties of small to medium molecules using highly --- debian/rules.old 2018-08-13 21:58:26.866594969 +0000 +++ debian/rules 2018-08-13 21:58:41.678594828 +0000 @@ -8,7 +8,7 @@ export OMPI_MCA_orte_rsh_agent=/bin/false %: - dh $@ --parallel --builddirectory=builddir + dh $@ --parallel --builddirectory=builddir --with python3 override_dh_auto_clean: dh_auto_clean --builddirectory=builddir