Fix #200: Parse depends_dev in APKBUILDs

This commit is contained in:
Oliver Smith 2017-07-19 21:24:03 +02:00
parent 6be7d656ee
commit ca5b8e3367
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
1 changed files with 1 additions and 0 deletions

View File

@ -134,6 +134,7 @@ build_cross_native = ["linux-*"]
apkbuild_attributes = {
"arch": {"array": True},
"depends": {"array": True},
"depends_dev": {"array": True},
"makedepends": {"array": True},
"options": {"array": True},
"pkgname": {"array": False},