Re: Bug#1093278: paraview needs a stricter python dependency

2025-01-19 Thread Drew Parsons
On 2025-01-19 14:44, Colin Watson wrote: You can achieve that with: PY3VERS=$(PY3DEF) +PY3RANGE=$(shell echo $(PY3DEF) | awk 'BEGIN { FS="." }; { print $$1 "." $$2 "-" $$1 "." $$2 + 1 }') + dh_python3 -V $(PY3RANGE) --no-ext-rename # Hack: Do not rename libraries from e.g. vtkClientServerPy

Re: Bug#1093278: paraview needs a stricter python dependency

2025-01-19 Thread Colin Watson
On Fri, Jan 17, 2025 at 07:09:57PM +0100, Drew Parsons wrote: > I'd be interested too to know if there's an existing mechanism for > this situation. paraview can't be the only package with python > extensions that can only be built for the default python. > > I'd say we'd want > Depends: python3

Re: Bug#1080921: Missing Build-Depends on python3-setuptools

2025-01-19 Thread Jeremy Bícha
On Thu, Sep 5, 2024 at 11:09 AM wrote: > Source: rhythmbox > Version: 3.4.7-2 > Severity: important > User: debian-python@lists.debian.org > Usertags: dh-python-no-setuptools > Tags: sid, trixie > > This package failed build from source when test-built against a version of > dh-python without a py