[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Somehow some dh_auto_test of Python3 packages insist to install wheel via pip



On 12/23/21 3:57 PM, Andreas Tille wrote:
Am Thu, Dec 23, 2021 at 12:13:57PM +0200 schrieb Andrius Merkys:
Is Python package providing 'xmlschema' installed? To me this seems like
setup.py attempts to install missing dependencies.
diff --git a/debian/control b/debian/control
-               python3-wheel <!nocheck>,
+               python3-xmlschema <!nocheck>,
                 pylint,

does not help, thought.

It certainly does change the error to $something-else, FWIW.

| WARNING: The wheel package is not available.
| /usr/bin/python3.10: No module named pip
| error: Command '['/usr/bin/python3.10', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmpjsi3yav8', '--quiet', 'pbtestdata']' returned non-zero exit status 1.

You need to add this one to B-D (provided it is packaged)

Nilesh


Reply to: