forked from Mirror/pmbootstrap
pmb/helpers/repo_missing: Remove <arch> from filter_aport_packages() docstring (MR 2490)
This argument doesn't exist. Presumably this was copied from filter_arch_packages() without adapting the comment.
This commit is contained in:
parent
5d1a2ebd39
commit
1a0827c95c
1 changed files with 0 additions and 1 deletions
|
@ -30,7 +30,6 @@ def filter_missing_packages(arch, pkgnames):
|
|||
def filter_aport_packages(pkgnames):
|
||||
"""Create a subset of pkgnames where each one has an aport.
|
||||
|
||||
:param arch: architecture (e.g. "armhf")
|
||||
:param pkgnames: list of package names (e.g. ["hello-world", "test12"])
|
||||
:returns: subset of pkgnames (e.g. ["hello-world"])
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue