Control: tags -1 + patch

On Sat, Mar 29, 2025 at 08:52:38PM +0100, Lucas Nussbaum wrote:
> Source: hplip
> Version: 3.22.10+dfsg0-8
> Severity: serious
> Justification: FTBFS
> Tags: trixie sid ftbfs
> User: lu...@debian.org
> Usertags: ftbfs-20250327 ftbfs-trixie
> 
> During a rebuild of all packages in sid, your package failed to build
> on amd64.
> 
> Relevant part (hopefully):
> > checking for Python.h... no
> > "using 3.13 ....  python3.13"
> > checking for python3.13/Python.h... no
> > checking for python3.13mu/Python.h... no
> > checking for python3.13m/Python.h... no
> > configure: error: cannot find python-devel support
> >     tail -v -n \+0 config.log

Hi,

This seems to be another effect (as well as #1100223) of missing
python3-setuptools in Build-Depends.

Same patch as for #1100223 (attached here too) makes package build here.

Regards,

-- 
Agustin
diff --git a/debian/control b/debian/control
index af57477..c228d80 100644
--- a/debian/control
+++ b/debian/control
@@ -33,6 +33,7 @@ Build-Depends:
  python3-dev,
  python3-gi,
  python3-pyqt5,
+ python3-setuptools,
 Standards-Version: 4.6.0
 Vcs-Browser: https://salsa.debian.org/printing-team/hplip.v2
 Vcs-Git: https://salsa.debian.org/printing-team/hplip.v2.git

Reply via email to