summary refs log tree commit diff
path: root/debian/control
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2019-01-23 11:43:04 +0000
committerGitHub <noreply@github.com>2019-01-23 11:43:04 +0000
commit2f88881c933d957885fec6ac565b553e4c7d9a3d (patch)
tree8e1002bc88ced47c91be3dbeb55e1773d15019df /debian/control
parentFixup removal of duplicate `user_ips` rows (#4432) (diff)
downloadsynapse-2f88881c933d957885fec6ac565b553e4c7d9a3d.tar.xz
debian package: symlink to python-3.X (#4433)
In the debian package, make the virtualenv symlink python to /usr/bin/python3.X
rather than /usr/bin/python3. Also make sure we depend on the right python3.x
package.

This might help a bit with subtle failures when people install a package from
the wrong distro (https://github.com/matrix-org/synapse/issues/4431).

Diffstat (limited to 'debian/control')
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index b85e36c6ca..4abfa02051 100644
--- a/debian/control
+++ b/debian/control
@@ -27,8 +27,8 @@ Depends:
  adduser,
  debconf,
  python3-distutils|libpython3-stdlib (<< 3.6),
- python3,
  ${misc:Depends},
+ ${synapse:pydepends},
 # some of our scripts use perl, but none of them are important,
 # so we put perl:Depends in Suggests rather than Depends.
 Suggests: