summary refs log tree commit diff
path: root/debian/build_virtualenv
diff options
context:
space:
mode:
authorSilke Hofstra <silkeh@users.noreply.github.com>2019-06-27 19:26:41 +0200
committerRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2019-06-27 18:26:41 +0100
commit457b8e4c4d15f43f9f16b22fdfa79d5b2017e5cd (patch)
treedb9586409574c409052aa39f9eba8bd992d0731c /debian/build_virtualenv
parentMake it clearer that the template dir is relative to synapse's root dir (#5543) (diff)
downloadsynapse-457b8e4c4d15f43f9f16b22fdfa79d5b2017e5cd.tar.xz
Include systemd-python in Debian package to allow logging to journal (#5261)
Signed-off-by: Silke Hofstra <silke@slxh.eu>
Diffstat (limited to 'debian/build_virtualenv')
-rwxr-xr-xdebian/build_virtualenv2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/build_virtualenv b/debian/build_virtualenv
index bead3ebc6e..2791896052 100755
--- a/debian/build_virtualenv
+++ b/debian/build_virtualenv
@@ -43,7 +43,7 @@ dh_virtualenv \
     --preinstall="mock" \
     --extra-pip-arg="--no-cache-dir" \
     --extra-pip-arg="--compile" \
-    --extras="all"
+    --extras="all,systemd"
 
 PACKAGE_BUILD_DIR="debian/matrix-synapse-py3"
 VIRTUALENV_DIR="${PACKAGE_BUILD_DIR}${DH_VIRTUALENV_INSTALL_ROOT}/matrix-synapse"