From a1ac87c5ff265d34f36ca228823fc7536aabc320 Mon Sep 17 00:00:00 2001 From: Markus <92539850+mabezi@users.noreply.github.com> Date: Mon, 27 Jan 2025 11:02:37 +0100 Subject: [PATCH] Remove dh_pypy leftover dh_pypy got removed from dh-python in bookworm --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 1027849..959776d 100755 --- a/debian/rules +++ b/debian/rules @@ -4,4 +4,4 @@ export DH_VERBOSE=1 export PYBUILD_NAME=arpreq %: - dh $@ --with python3,pypy --buildsystem pybuild + dh $@ --with python3 --buildsystem pybuild