From 5eb38f24ec88d3a8fe3b8ccd1dd40cea4fc8e31e Mon Sep 17 00:00:00 2001 From: Alex Vandiver Date: Mon, 26 Aug 2024 19:33:17 +0000 Subject: [PATCH] setup_venv: Fix name of libvips in yum. RHEL provisioning likely doesn't currently work, but no reason to not do slightly better. --- scripts/lib/setup_venv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lib/setup_venv.py b/scripts/lib/setup_venv.py index 57ad06b34b..2e8e2f8844 100644 --- a/scripts/lib/setup_venv.py +++ b/scripts/lib/setup_venv.py @@ -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 = [