mirror of https://github.com/zulip/zulip.git
setup_venv: Fix name of libvips in yum.
RHEL provisioning likely doesn't currently work, but no reason to not do slightly better.
This commit is contained in:
parent
a6e3a38e68
commit
5eb38f24ec
|
@ -45,7 +45,7 @@ COMMON_YUM_VENV_DEPENDENCIES = [
|
||||||
"postgresql-libs", # libpq-dev on apt
|
"postgresql-libs", # libpq-dev on apt
|
||||||
"openssl-devel",
|
"openssl-devel",
|
||||||
"jq",
|
"jq",
|
||||||
"libvips", # For thumbnailing
|
"vips", # For thumbnailing
|
||||||
]
|
]
|
||||||
|
|
||||||
REDHAT_VENV_DEPENDENCIES = [
|
REDHAT_VENV_DEPENDENCIES = [
|
||||||
|
|
Loading…
Reference in New Issue