mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
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.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user