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 = [