summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJohn Estabrook <jestabro@vyos.io>2023-02-13 18:24:30 -0600
committerJohn Estabrook <jestabro@vyos.io>2023-02-13 19:40:39 -0600
commit1dfa603331a7578851ca2315ad3b8b92e3a6e0fb (patch)
tree9d117ba52b4aa6c5047336b36a3f650f28398713 /debian
parent417f5db8e20914680768227cf0f4efa11d6f3b67 (diff)
downloadvyos-http-api-tools-1dfa603331a7578851ca2315ad3b8b92e3a6e0fb.tar.gz
vyos-http-api-tools-1dfa603331a7578851ca2315ad3b8b92e3a6e0fb.zip
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.
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
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 \