abuild: unset depends for subpackages

make sure that subpackages does not inherit main package's depends.
This commit is contained in:
Natanael Copa 2019-03-21 13:42:36 +01:00
parent 0238acc51d
commit 8fbbffd201

View File

@ -749,6 +749,7 @@ pre_split() {
return 0 return 0
fi fi
# the subpackages should not inherit those from main package # the subpackages should not inherit those from main package
depends=""
provides="" provides=""
install_if="" install_if=""
} }