diff options
author | Patrick Cloke <patrickc@matrix.org> | 2020-05-19 09:56:15 -0400 |
---|---|---|
committer | Patrick Cloke <patrickc@matrix.org> | 2020-05-19 09:56:15 -0400 |
commit | 02919bf4d80a283af94f576c1c7fe76869e3965a (patch) | |
tree | 9dabb44fc3c91b522ee92102346d7bef2ccde151 /debian/build_virtualenv | |
parent | synctl warns when no process is stopped and avoids start (#6598) (diff) | |
parent | Merge tag 'v1.13.0' (diff) | |
download | synapse-02919bf4d80a283af94f576c1c7fe76869e3965a.tar.xz |
Merge branch 'master' into develop
Diffstat (limited to 'debian/build_virtualenv')
-rwxr-xr-x | debian/build_virtualenv | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/build_virtualenv b/debian/build_virtualenv index d892fd5c9d..4c9aabcac3 100755 --- a/debian/build_virtualenv +++ b/debian/build_virtualenv @@ -36,7 +36,6 @@ esac dh_virtualenv \ --install-suffix "matrix-synapse" \ --builtin-venv \ - --setuptools \ --python "$SNAKE" \ --upgrade-pip \ --preinstall="lxml" \ |