Skip to content

Commit

Permalink
OpenBSD parser: chase removal of legacy field (#1349)
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Sep 26, 2023
1 parent 22ac0a4 commit 55f7882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repology/parsers/parsers/openbsd.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ?
"""
Expand Down

0 comments on commit 55f7882

Please sign in to comment.