Package: release.debian.org Severity: normal Tags: buster User: release.debian....@packages.debian.org Usertags: pu
python3-silx has a missing dependency on python3-scipy, that causes an import error in pymca (#954352). Similarily in python-silx, I can trigger the error by manually importing the respective module. In the newer upstream in sid the dependency seems to come automatically from metadata, but for stable I just added it manually to the Depends fields. I verified that the import errors are no longer reproducible after installing the new packages and will directly upload to buster. Andreas
diff -Nru silx-0.9.0+dfsg/debian/changelog silx-0.9.0+dfsg/debian/changelog --- silx-0.9.0+dfsg/debian/changelog 2019-02-21 11:22:03.000000000 +0100 +++ silx-0.9.0+dfsg/debian/changelog 2021-01-19 10:41:21.000000000 +0100 @@ -1,3 +1,10 @@ +silx (0.9.0+dfsg-3+deb10u1) buster; urgency=medium + + * Non-maintainer upload. + * python{,3}-silx: Add dependency on python{,3}-scipy. (Closes: #954352) + + -- Andreas Beckmann <a...@debian.org> Tue, 19 Jan 2021 10:41:21 +0100 + silx (0.9.0+dfsg-3) unstable; urgency=medium * d/rules: Do not run Qt test for now. diff -Nru silx-0.9.0+dfsg/debian/control silx-0.9.0+dfsg/debian/control --- silx-0.9.0+dfsg/debian/control 2019-02-21 11:22:03.000000000 +0100 +++ silx-0.9.0+dfsg/debian/control 2020-05-03 01:22:03.000000000 +0200 @@ -111,7 +111,7 @@ Package: python-silx Architecture: any Section: python -Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends} +Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}, python-scipy, Description: Toolbox for X-Ray data analysis - Python2 library The silx project aims at providing a collection of Python packages to support the development of data assessment, reduction and analysis @@ -177,7 +177,7 @@ Package: python3-silx Architecture: any Section: python -Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends} +Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}, python3-scipy, Description: Toolbox for X-Ray data analysis - Python3 The silx project aims at providing a collection of Python packages to support the development of data assessment, reduction and analysis