[BUG] modules/pkgng.py is missing list_repo_pkgs #70317
Jsollvander
started this conversation in
Bugs
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Description
In 3007.0 and newer,
modules/pkgng.pyis missing the functionpkg.list_repo_pkgswhich is required when running withtest=Trueon FreeBSD.This is related to the introduction of the feature in #63986.
I see other people have fixed the same problem for Windows in #67171. So looks like we need to do the same for FreeBSD and friends that are relying on
modules/pkgng.py.All reactions