Source: cftime Version: 1.4.1+ds-1 Tags: patch User: debian-cr...@lists.debian.org Usertags: cross-satisfiability
cftime cannot be cross built from source, because it has unsatisfiable Build-Depends. Instead of looking into such a difficult problem, I looked for easily droppable dependencies and noticed that all of python3-coverage, python3-pytest and python3-pytest-cov are only used for testing. Please consider applying the attached patch to annotate them <!nocheck>. Helmut
diff --minimal -Nru cftime-1.4.1+ds/debian/changelog cftime-1.4.1+ds/debian/changelog --- cftime-1.4.1+ds/debian/changelog 2021-02-02 06:14:57.000000000 +0100 +++ cftime-1.4.1+ds/debian/changelog 2021-02-11 13:11:48.000000000 +0100 @@ -1,3 +1,10 @@ +cftime (1.4.1+ds-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Annotate test dependencies <!nocheck>. (Closes: #-1) + + -- Helmut Grohne <hel...@subdivi.de> Thu, 11 Feb 2021 13:11:48 +0100 + cftime (1.4.1+ds-1) unstable; urgency=medium * New upstream release. diff --minimal -Nru cftime-1.4.1+ds/debian/control cftime-1.4.1+ds/debian/control --- cftime-1.4.1+ds/debian/control 2020-11-28 13:35:13.000000000 +0100 +++ cftime-1.4.1+ds/debian/control 2021-02-11 13:11:47.000000000 +0100 @@ -6,11 +6,11 @@ Build-Depends: debhelper (>= 10~), dh-python, python3-all-dev, - python3-coverage, + python3-coverage <!nocheck>, python3-setuptools, python3-numpy, - python3-pytest, - python3-pytest-cov, + python3-pytest <!nocheck>, + python3-pytest-cov <!nocheck>, cython3 Standards-Version: 4.5.1 Vcs-Browser: https://salsa.debian.org/debian-gis-team/cftime/