On Wed, Jul 29, 2020 at 11:09:37AM +0200, Bastian Germann wrote: > The python3-setuptools-scm build dependency could not be installed in > your environment which causes setuptools to try download this package. > That obviously fails. > > Shouldn't pdebuild make sure that all the build dependencies are installed?
You are both confusing pdebuild with pbuilder here.
That's the `clean` step that is failing, which is done outside of the
chroot. That's responsability of whoever is calling `pdebuild` to
satisfy.
If you are sure your source is clean you may as well just skip cleaning
and not use pdebuild:
dpkg-source -b .
dpkg-source --after-build .
pbuilder b ../freetype-py_2.2.0-1.dsc
the above sequence should prove that nothing is at fault here.
--
regards,
Mattia Rizzolo
GPG Key: 66AE 2B4A FCCF 3F52 DA18 4D18 4B04 3FCD B944 4540 .''`.
More about me: https://mapreri.org : :' :
Launchpad user: https://launchpad.net/~mapreri `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia `-
signature.asc
Description: PGP signature

