From 1dfa603331a7578851ca2315ad3b8b92e3a6e0fb Mon Sep 17 00:00:00 2001 From: John Estabrook Date: Mon, 13 Feb 2023 18:24:30 -0600 Subject: debian: T5003: workaround for bookworm Use fastapi==0.89.1 to avoid a regression in the MultiPartParser. Note that this is the version for bookworm, but as we package versions from PyPI, requirements.in needs to pin to this version. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/rules b/debian/rules index 850098e..5a07432 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ export DH_VIRTUALENV_INSTALL_ROOT=/usr/share override_dh_virtualenv: # Temporary Debian 12 "Bookworm" fix - sed -i 's/getargspec/getfullargspec/' /usr/bin/dh_virtualenv + sudo sed -i 's/getargspec/getfullargspec/' /usr/bin/dh_virtualenv dh_virtualenv \ --python /usr/bin/python3 \ -- cgit v1.2.3