mirror of
https://github.com/zulip/zulip.git
synced 2025-11-14 19:06:09 +00:00
setup_venv: Fix missing dependencies on image libraries.
This commit is contained in:
@@ -20,7 +20,9 @@ if False:
|
|||||||
VENV_DEPENDENCIES = [
|
VENV_DEPENDENCIES = [
|
||||||
"build-essential",
|
"build-essential",
|
||||||
"libffi-dev",
|
"libffi-dev",
|
||||||
"libfreetype6-dev",
|
"libfreetype6-dev", # Needed for image types with Pillow
|
||||||
|
"libz-dev", # Needed to handle compressed PNGs with Pillow
|
||||||
|
"libjpeg-dev", # Needed to handle JPEGs with Pillow
|
||||||
"libldap2-dev",
|
"libldap2-dev",
|
||||||
"libmemcached-dev",
|
"libmemcached-dev",
|
||||||
"python3-dev", # Needed to install typed-ast dependency of mypy
|
"python3-dev", # Needed to install typed-ast dependency of mypy
|
||||||
|
|||||||
Reference in New Issue
Block a user