mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
thumbnailing: Add pyvips dependency.
This commit is contained in:
committed by
Alex Vandiver
parent
3ce06361c8
commit
475d4800f9
@@ -31,6 +31,7 @@ VENV_DEPENDENCIES = [
|
||||
"pkg-config",
|
||||
"jq", # No longer used in production (clean me up later)
|
||||
"libsasl2-dev", # For building python-ldap from source
|
||||
"libvips", # For thumbnailing
|
||||
]
|
||||
|
||||
COMMON_YUM_VENV_DEPENDENCIES = [
|
||||
@@ -51,6 +52,7 @@ COMMON_YUM_VENV_DEPENDENCIES = [
|
||||
"postgresql-libs", # libpq-dev on apt
|
||||
"openssl-devel",
|
||||
"jq",
|
||||
"libvips", # For thumbnailing
|
||||
]
|
||||
|
||||
REDHAT_VENV_DEPENDENCIES = [
|
||||
|
Reference in New Issue
Block a user