Am Thu, Dec 23, 2021 at 12:13:57PM +0200 schrieb Andrius Merkys:
> Hi Andreas,
> 
> On 2021-12-23 12:09, Andreas Tille wrote:
> > error: Command '['/usr/bin/python3.10', '-m', 'pip', 
> > '--disable-pip-version-check', 'wheel', '--no-deps', '-w', 
> > '/tmp/tmp89sdjpdu', '--quiet', 'xmlschema']' returned non-zero exit status 
> > 1.
> 
> Is Python package providing 'xmlschema' installed? To me this seems like
> setup.py attempts to install missing dependencies.
> 
> Hope this helps,

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.

Kind regards

     Andreas. 

-- 
http://fam-tille.de

Reply via email to