setup_venv: Remove python2 dependencies for virtual environment.

These dependencies are not needed.
This commit is contained in:
arpit551 2020-04-23 03:22:22 +05:30 committed by Tim Abbott
parent 39f18c1b4e
commit fe6be1f61e
1 changed files with 0 additions and 2 deletions

View File

@ -24,10 +24,8 @@ VENV_DEPENDENCIES = [
"libmemcached-dev",
"python3-dev", # Needed to install typed-ast dependency of mypy
"python3-pip",
"python-pip",
"virtualenv",
"python3-six",
"python-six",
"libxml2-dev", # Used for installing talon and python-xmlsec
"libxslt1-dev", # Used for installing talon
"libpq-dev", # Needed by psycopg2