From 55f78823085ac3a921552da3ab8af59d6e268261 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Tue, 26 Sep 2023 17:12:43 +0300 Subject: [PATCH] OpenBSD parser: chase removal of legacy field (#1349) --- repology/parsers/parsers/openbsd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repology/parsers/parsers/openbsd.py b/repology/parsers/parsers/openbsd.py index 076ad7ac9..dad5efc5b 100644 --- a/repology/parsers/parsers/openbsd.py +++ b/repology/parsers/parsers/openbsd.py @@ -104,7 +104,7 @@ def _iter_sqlports(path: str) -> Iterator[Port]: JOIN _fetchfiles ON KeyRef=_Distfiles.Value LEFT JOIN _sites - ON _sites.FullPkgPath=_Distfiles.FullPkgPath AND (coalesce(_distfiles.N, _distfiles.SUFX) is not distinct from _sites.N) + ON _sites.FullPkgPath=_Distfiles.FullPkgPath AND _distfiles.SUFX is not distinct from _sites.N WHERE _distfiles.FullPkgPath = ? """