provision: Disable tsearch_extras for Debian.

This commit is contained in:
Tim Abbott
2017-07-14 16:24:22 -07:00
parent c1d2654f3a
commit 4906a47c1a

View File

@@ -131,7 +131,8 @@ UBUNTU_COMMON_APT_DEPENDENCIES = [
APT_DEPENDENCIES = {
"stretch": UBUNTU_COMMON_APT_DEPENDENCIES + [
"postgresql-9.6",
"postgresql-9.6-tsearch-extras",
# tsearch-extras removed because there's no apt repository hosting it for Debian.
# "postgresql-9.6-tsearch-extras",
"postgresql-9.6-pgroonga",
],
"trusty": UBUNTU_COMMON_APT_DEPENDENCIES + [