diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-01-02 07:17:39 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-02 07:17:39 +0000 |
commit | 7134832c017fab1e4e6b90df9ad39dd618656427 (patch) | |
tree | b1593c4d2a9c75ac373a1523b4d8ee57503c79dc /debian/control | |
parent | Remove v1 only REST APIs now we don't ship matrix console (#4334) (diff) | |
download | synapse-7134832c017fab1e4e6b90df9ad39dd618656427.tar.xz |
Install the optional dependencies into the debian package (#4325)
since #4298, the optional dependencies are no longer installed with a simple `pip install .`, which meant that they were not being included in the debian package. The easy fix to that is dh_virtualenv --extras, but that needs dh_virtualenv 1.1...
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 552a81dcb0..9606a4c135 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Synapse Packaging team <packages@matrix.org> Build-Depends: debhelper (>= 9), dh-systemd, - dh-virtualenv (>= 1.0), + dh-virtualenv (>= 1.1), lsb-release, python3-dev, python3, |