summary refs log tree commit diff
diff options
context:
space:
mode:
authorH. Shay <hillerys@element.io>2022-03-29 18:22:11 -0700
committerH. Shay <hillerys@element.io>2022-03-29 18:22:11 -0700
commit6cbc2c44700c0cae5ad3b402b20cf0a3c97d0d3e (patch)
treed4853bb28e2fa0edc65b36d79d782305e1ae457f
parentUse newest signedjson (diff)
downloadsynapse-6cbc2c44700c0cae5ad3b402b20cf0a3c97d0d3e.tar.xz
use requirements.txt
-rwxr-xr-xdebian/build_virtualenv3
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"