provision: Add tsearch_extras package for stretch.

This commit is contained in:
Tim Abbott
2018-05-05 10:28:50 -07:00
parent a03e4784c7
commit b193330474

View File

@@ -136,8 +136,7 @@ UBUNTU_COMMON_APT_DEPENDENCIES = [
APT_DEPENDENCIES = {
"stretch": UBUNTU_COMMON_APT_DEPENDENCIES + [
"postgresql-9.6",
# tsearch-extras removed because there's no apt repository hosting it for Debian.
# "postgresql-9.6-tsearch-extras",
"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