From 8eaa75b90f6faaf6503410876c11f100a037c4db Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Tue, 19 Jul 2016 19:10:10 -0700 Subject: [PATCH] setup_venv: Remove unnecessary postgresql-server-dev-all dependency. This package is a dependency for building tsearch_extras, but isn't needed for building a Zulip virtualenv. --- scripts/lib/setup_venv.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/lib/setup_venv.py b/scripts/lib/setup_venv.py index d71a3444d2..aa0649694b 100644 --- a/scripts/lib/setup_venv.py +++ b/scripts/lib/setup_venv.py @@ -23,7 +23,6 @@ VENV_DEPENDENCIES = [ "libfreetype6-dev", "libldap2-dev", "libmemcached-dev", - "postgresql-server-dev-all", "python3-dev", # Needed to install typed-ast dependency of mypy "python-dev", "python-pip",