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:
Greg Price
2018-01-22 19:34:06 -08:00
parent b762b839d4
commit ff29fe07be

View File

@@ -150,11 +150,12 @@ APT_DEPENDENCIES = {
"postgresql-9.5", "postgresql-9.5",
"postgresql-9.5-tsearch-extras", "postgresql-9.5-tsearch-extras",
"postgresql-9.5-pgroonga", "postgresql-9.5-pgroonga",
"virtualenv", # see comment on stretch
], ],
"zesty": UBUNTU_COMMON_APT_DEPENDENCIES + [ "zesty": UBUNTU_COMMON_APT_DEPENDENCIES + [
"postgresql-9.6", "postgresql-9.6",
"postgresql-9.6-pgroonga", "postgresql-9.6-pgroonga",
"virtualenv", "virtualenv", # see comment on stretch
], ],
} }