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:
Alex Vandiver 2024-08-26 19:33:17 +00:00 committed by Tim Abbott
parent a6e3a38e68
commit 5eb38f24ec
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ COMMON_YUM_VENV_DEPENDENCIES = [
"postgresql-libs", # libpq-dev on apt
"openssl-devel",
"jq",
"libvips", # For thumbnailing
"vips", # For thumbnailing
]
REDHAT_VENV_DEPENDENCIES = [