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
1 changed files with 1 additions and 0 deletions

View File

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