diff options
author | Christian Breunig <christian@breunig.cc> | 2023-02-15 19:06:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-15 19:06:47 +0100 |
commit | dae1db0a7b5965af99cf12aa4ccfb20320a294f3 (patch) | |
tree | 9d117ba52b4aa6c5047336b36a3f650f28398713 /debian/rules | |
parent | 1d2049b13f6f40e05869b40044c2ee190a8ea382 (diff) | |
parent | 1dfa603331a7578851ca2315ad3b8b92e3a6e0fb (diff) | |
download | vyos-http-api-tools-dae1db0a7b5965af99cf12aa4ccfb20320a294f3.tar.gz vyos-http-api-tools-dae1db0a7b5965af99cf12aa4ccfb20320a294f3.zip |
Merge pull request #3 from sarthurdev/bookworm
debian: T5003: Update for Python 3.11 in Debian 12 "Bookworm"
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 6164fc8..5a07432 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 + sudo sed -i 's/getargspec/getfullargspec/' /usr/bin/dh_virtualenv + dh_virtualenv \ --python /usr/bin/python3 \ --use-system-packages \ |