Get: 174 http://deb.debian.org/debian trixie/main amd64 python3-markdown all
3.7-2 [85.2 kB]
but then dpkg considers the build-dependencies to be unsatisfied:
dpkg-checkbuilddeps: error: Unmet build dependencies: python3-markdown:native
Similarly when using sbuild, sbuild installs python3-markdown, but then
dpkg-checkbuilddeps fails (same error message).
We can probably work around this by swapping the build-dependency to
python3-markdown, without the :native qualifier.
Thanks a lot for the analysis.
Please don't do anything yet (or downgrade if you feel appropriate),
as I see there is a changelog entry in sbuild which may be related to this:
[ Johannes Schauer Marin Rodrigues ]
* lib/Sbuild/ResolverBase.pm: disable the sbuild-cross-resolver without
apt-utils in the chroot
I'll try again with sbuild 0.88.1 and see what happens.
Thanks.