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",