deps: Replace libz-dev with zlib1g-dev since the former was renamed.

This commit is contained in:
Aditya Bansal
2018-02-10 02:58:20 +05:30
committed by Tim Abbott
parent d5736ef65a
commit 35969edd66
4 changed files with 4 additions and 4 deletions

View File

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