mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
provision: Install virtualenv on xenial too.
As the commit message on 680381c9d which added this for stretch says,
we need this dependency when on xenial as well. Add it there.
This commit is contained in:
@@ -150,11 +150,12 @@ APT_DEPENDENCIES = {
|
||||
"postgresql-9.5",
|
||||
"postgresql-9.5-tsearch-extras",
|
||||
"postgresql-9.5-pgroonga",
|
||||
"virtualenv", # see comment on stretch
|
||||
],
|
||||
"zesty": UBUNTU_COMMON_APT_DEPENDENCIES + [
|
||||
"postgresql-9.6",
|
||||
"postgresql-9.6-pgroonga",
|
||||
"virtualenv",
|
||||
"virtualenv", # see comment on stretch
|
||||
],
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user