Skip to content
Snippets Groups Projects
Unverified Commit 0bbf425c authored by Oliver Smith's avatar Oliver Smith
Browse files

helpers.pmaports.find_providers: add type hints (MR 2301)

parent fd1331c2
No related branches found
No related tags found
No related merge requests found
......@@ -248,7 +248,7 @@ def get(pkgname, must_exist=True, subpackages=True, skip_extra_repos=False) -> d
return get_with_path(pkgname, must_exist, subpackages, skip_extra_repos)[1]
def find_providers(provide, default):
def find_providers(provide: str, default: list[str]) -> list[tuple[Any, Any]]:
"""Search for providers of the specified (virtual) package in pmaports.
Note: Currently only providers from a single APKBUILD are returned.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment