On 2021-12-23 12:27, Andreas Tille wrote: > This change > > diff --git a/debian/control b/debian/control > index faadcf3..5f9cfbd 100644 > --- a/debian/control > +++ b/debian/control > @@ -18,7 +18,7 @@ Build-Depends: debhelper-compat (= 12), > python3-pytest-xdist <!nocheck>, > python3-pytest-cov <!nocheck>, > python3-biopython (>= 1.74) <!nocheck>, > - python3-wheel <!nocheck>, > + python3-xmlschema <!nocheck>, > pylint, > python3-coverage > Standards-Version: 4.5.0 > > > does not help, thought.
I have added 'python3-xmlschema <!nocheck>' as shown and failure message changed to: error: Command '['/usr/bin/python3.9', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmp3c4ogdyz', '--quiet', 'pbtestdata']' returned non-zero exit status 1. So it seems python3-xmlschema was needed after all. Now build fails due to missing dependency on python3-pbtestdata. Best, Andrius

