diff options
author | Silke Hofstra <silkeh@users.noreply.github.com> | 2019-06-27 19:26:41 +0200 |
---|---|---|
committer | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-06-27 18:26:41 +0100 |
commit | 457b8e4c4d15f43f9f16b22fdfa79d5b2017e5cd (patch) | |
tree | db9586409574c409052aa39f9eba8bd992d0731c /debian/build_virtualenv | |
parent | Make it clearer that the template dir is relative to synapse's root dir (#5543) (diff) | |
download | synapse-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-x | debian/build_virtualenv | 2 |
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" |