mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 17:07:07 +00:00
setup_venv: Add virtualenv as a dependency for Debian.
Apparently, this was missing on Xenial, and we just never noticed because the package was installed by default on Ubuntu. It doesn't exist yet in Trusty.
This commit is contained in:
@@ -134,6 +134,10 @@ APT_DEPENDENCIES = {
|
||||
# tsearch-extras removed because there's no apt repository hosting it for Debian.
|
||||
# "postgresql-9.6-tsearch-extras",
|
||||
"postgresql-9.6-pgroonga",
|
||||
# Technically, this should be in VENV_DEPENDENCIES, but it
|
||||
# doesn't exist in trusty and we don't have a conditional on
|
||||
# platform there.
|
||||
"virtualenv",
|
||||
],
|
||||
"trusty": UBUNTU_COMMON_APT_DEPENDENCIES + [
|
||||
"postgresql-9.3",
|
||||
|
||||
Reference in New Issue
Block a user