build: Check build dependencies for unpack too
"patch" utility is needed to unpack since we apply patches here.
This commit is contained in:
@@ -1201,13 +1201,13 @@ def build_until(pspec, state):
|
||||
__buildState_fetch(pb)
|
||||
return
|
||||
|
||||
# from now on build dependencies are needed
|
||||
pb.check_build_dependencies()
|
||||
|
||||
if state == "unpack":
|
||||
__buildState_unpack(pb, last)
|
||||
return
|
||||
|
||||
# from now on build dependencies are needed
|
||||
pb.check_build_dependencies()
|
||||
|
||||
if state == "setup":
|
||||
__buildState_setupaction(pb, last)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user