diff options
author | Alexandru Băluț <alexandru.balut@gmail.com> | 2019-11-18 23:47:16 +0100 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek.chauhan@gmail.com> | 2019-11-26 16:21:51 +0000 |
commit | 3bf2bb73cdca0e971e1bcdd32a4e157910380881 (patch) | |
tree | c6161cfa51e5ca13719e6571df0166d53d66dbca /recipes/openssl.recipe | |
parent | ab1ff5a866ec94197d25f131ca53c42170ecff77 (diff) |
Import FatalError in the files where it is used
Removed the same in recipes because it's not needed there.
Diffstat (limited to 'recipes/openssl.recipe')
-rw-r--r-- | recipes/openssl.recipe | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes/openssl.recipe b/recipes/openssl.recipe index 4a50ae8e..fad0bf08 100644 --- a/recipes/openssl.recipe +++ b/recipes/openssl.recipe @@ -3,7 +3,6 @@ import shlex from cerbero.build.build import async_modify_environment from cerbero.tools.libtool import LibtoolLibrary from cerbero.utils import shell, messages -from cerbero.errors import FatalError class Recipe(recipe.Recipe): name = 'openssl' |