diff -Nru scipy-1.8.0/debian/changelog scipy-1.8.0/debian/changelog --- scipy-1.8.0/debian/changelog 2022-03-31 17:45:01.000000000 +0000 +++ scipy-1.8.0/debian/changelog 2022-06-10 11:00:00.000000000 +0000 @@ -1,3 +1,9 @@ +scipy (1.8.0-1exp2ubuntu1+osgeolive0) jammy; urgency=medium + + * Remove dependency of python3-pythran + + -- Angelos Tzotsos Fri, 10 Jun 2022 14:00:00 +0300 + scipy (1.8.0-1exp2ubuntu1) jammy; urgency=medium * Ignore distutils deprecation warnings in doc build diff -Nru scipy-1.8.0/debian/control scipy-1.8.0/debian/control --- scipy-1.8.0/debian/control 2022-03-30 07:30:57.000000000 +0000 +++ scipy-1.8.0/debian/control 2022-06-10 11:00:00.000000000 +0000 @@ -20,8 +20,7 @@ python3-pybind11 (>= 2.4.3), python3-pytest, python3-setuptools, - python3-wheel, - python3-pythran [amd64 arm64 m68k] + python3-wheel Build-Depends-Indep: dvipng, python3-doc, python3-docutils, @@ -44,7 +43,6 @@ Multi-Arch: no Depends: python3-decorator, python3-numpy (>= 1:1.16.5), - python3-pythran [amd64 arm64 m68k], ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends} diff -Nru scipy-1.8.0/debian/rules scipy-1.8.0/debian/rules --- scipy-1.8.0/debian/rules 2022-02-15 00:41:52.000000000 +0000 +++ scipy-1.8.0/debian/rules 2022-06-10 11:00:00.000000000 +0000 @@ -19,8 +19,6 @@ export NPY_NUM_BUILD_JOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) endif -export SCIPY_USE_PYTHRAN = $(shell if dpkg-query -s python3-pythran >/dev/null 2>/dev/null; then echo 1; else echo 0; fi ) - %: dh $@ --with python3 --buildsystem=pybuild