diff options
author | H. Shay <hillerys@element.io> | 2022-03-29 18:22:11 -0700 |
---|---|---|
committer | H. Shay <hillerys@element.io> | 2022-03-29 18:22:11 -0700 |
commit | 6cbc2c44700c0cae5ad3b402b20cf0a3c97d0d3e (patch) | |
tree | d4853bb28e2fa0edc65b36d79d782305e1ae457f | |
parent | Use newest signedjson (diff) | |
download | synapse-6cbc2c44700c0cae5ad3b402b20cf0a3c97d0d3e.tar.xz |
use requirements.txt
-rwxr-xr-x | debian/build_virtualenv | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/build_virtualenv b/debian/build_virtualenv index e691163619..71d50a43ce 100755 --- a/debian/build_virtualenv +++ b/debian/build_virtualenv @@ -43,7 +43,8 @@ dh_virtualenv \ --preinstall="wheel" \ --extra-pip-arg="--no-cache-dir" \ --extra-pip-arg="--compile" \ - --extras="all,systemd,test" + --extras="all,systemd,test" \ + --requirements="requirements.txt" PACKAGE_BUILD_DIR="debian/matrix-synapse-py3" VIRTUALENV_DIR="${PACKAGE_BUILD_DIR}${DH_VIRTUALENV_INSTALL_ROOT}/matrix-synapse" |