forked from Mirror/pmbootstrap
pmb.parse._apkbuild: parse provider_priority as int (MR 2132)
This commit is contained in:
parent
19b232969d
commit
47645f41b1
2 changed files with 6 additions and 0 deletions
|
@ -559,6 +559,7 @@ apkbuild_package_attributes = {
|
|||
"pkgdesc": {},
|
||||
"depends": {"array": True},
|
||||
"provides": {"array": True},
|
||||
"provider_priority": {"int": True},
|
||||
"install": {"array": True},
|
||||
|
||||
# UI meta-packages can specify apps in "_pmb_recommends" to be explicitly
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue