mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
provision: Add tsearch_extras package for stretch.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user