mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-09-21 06:54:34 -04:00
Use poetry 1.2.0 rather than prerelease for deb packages (#13695)
This commit is contained in:
parent
2318603772
commit
dcfb006f8a
2 changed files with 7 additions and 1 deletions
2
debian/build_virtualenv
vendored
2
debian/build_virtualenv
vendored
|
@ -36,7 +36,7 @@ TEMP_VENV="$(mktemp -d)"
|
|||
python3 -m venv "$TEMP_VENV"
|
||||
source "$TEMP_VENV/bin/activate"
|
||||
pip install -U pip
|
||||
pip install poetry==1.2.0b1
|
||||
pip install poetry==1.2.0
|
||||
poetry export \
|
||||
--extras all \
|
||||
--extras test \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue