From 36f62caeb71476f0a401569f90f64c465593220c Mon Sep 17 00:00:00 2001 From: Jon Turney Date: Tue, 3 Jan 2023 13:07:08 +0000 Subject: Drop special case to handle libturbojpeg as a solib package Drop special case to handle libturbojpeg as a solib package, since it got expired. --- calm/common_constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calm/common_constants.py b/calm/common_constants.py index 5adfe91..cc43009 100644 --- a/calm/common_constants.py +++ b/calm/common_constants.py @@ -91,4 +91,4 @@ PACKAGE_COMPRESSIONS_RE = r'\.(' + '|'.join(PACKAGE_COMPRESSIONS) + r')' # inspecting the contents (but that's expensive to do). for the moment, we # recognize soversion packages by the simple heuristic of looking at the package # name -SOVERSION_PACKAGE_RE = r'^(lib|girepository-).*[\d_.]+$|^libflint$|^libturbojpeg$' +SOVERSION_PACKAGE_RE = r'^(lib|girepository-).*[\d_.]+$|^libflint$' -- cgit v1.2.3