From 417f5db8e20914680768227cf0f4efa11d6f3b67 Mon Sep 17 00:00:00 2001 From: sarthurdev <965089+sarthurdev@users.noreply.github.com> Date: Mon, 13 Feb 2023 13:21:34 +0100 Subject: debian: T5003: Update for Python 3.11 in Debian 12 "Bookworm" --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian') diff --git a/debian/rules b/debian/rules index 6164fc8..850098e 100755 --- a/debian/rules +++ b/debian/rules @@ -6,6 +6,9 @@ export DH_VIRTUALENV_INSTALL_ROOT=/usr/share dh $@ --with python-virtualenv override_dh_virtualenv: + # Temporary Debian 12 "Bookworm" fix + sed -i 's/getargspec/getfullargspec/' /usr/bin/dh_virtualenv + dh_virtualenv \ --python /usr/bin/python3 \ --use-system-packages \ -- cgit v1.2.3