mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:06:08 -04:00
Drop xenial-support hacks (#10429)
This commit is contained in:
parent
590cc4e888
commit
8ae0bdca75
7 changed files with 22 additions and 18 deletions
4
debian/build_virtualenv
vendored
4
debian/build_virtualenv
vendored
|
@ -33,13 +33,11 @@ esac
|
|||
# Use --builtin-venv to use the better `venv` module from CPython 3.4+ rather
|
||||
# than the 2/3 compatible `virtualenv`.
|
||||
|
||||
# Pin pip to 20.3.4 to fix breakage in 21.0 on py3.5 (xenial)
|
||||
|
||||
dh_virtualenv \
|
||||
--install-suffix "matrix-synapse" \
|
||||
--builtin-venv \
|
||||
--python "$SNAKE" \
|
||||
--upgrade-pip-to="20.3.4" \
|
||||
--upgrade-pip \
|
||||
--preinstall="lxml" \
|
||||
--preinstall="mock" \
|
||||
--extra-pip-arg="--no-cache-dir" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue