summaryrefslogtreecommitdiff
path: root/morphlib/buildcommand.py
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib/buildcommand.py')
-rw-r--r--morphlib/buildcommand.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/morphlib/buildcommand.py b/morphlib/buildcommand.py
index 46c3104f..3ace34bd 100644
--- a/morphlib/buildcommand.py
+++ b/morphlib/buildcommand.py
@@ -366,11 +366,7 @@ class BuildCommand(object):
use_chroot,
extra_env=extra_env,
extra_path=extra_path)
- try:
- self.install_dependencies(staging_area, deps, source)
- except BaseException:
- staging_area.abort()
- raise
+ self.install_dependencies(staging_area, deps, source)
else:
staging_area = self.create_staging_area(build_env, False)