mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
deps: Replace libz-dev with zlib1g-dev since the former was renamed.
This commit is contained in:
committed by
Tim Abbott
parent
d5736ef65a
commit
35969edd66
@@ -19,7 +19,7 @@ VENV_DEPENDENCIES = [
|
||||
"build-essential",
|
||||
"libffi-dev",
|
||||
"libfreetype6-dev", # Needed for image types with Pillow
|
||||
"libz-dev", # Needed to handle compressed PNGs with Pillow
|
||||
"zlib1g-dev", # Needed to handle compressed PNGs with Pillow
|
||||
"libjpeg-dev", # Needed to handle JPEGs with Pillow
|
||||
"libldap2-dev",
|
||||
"libmemcached-dev",
|
||||
|
||||
Reference in New Issue
Block a user