mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-11 20:36:36 -05:00
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).
This commit is contained in:
parent
90743c9d89
commit
2f88881c93
3 changed files with 16 additions and 2 deletions
2
debian/control
vendored
2
debian/control
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue