diff options
author | Jeff Hatch <Jeff.Hatch@multitech.com> | 2018-02-19 10:12:38 -0600 |
---|---|---|
committer | Jeff Hatch <Jeff.Hatch@multitech.com> | 2018-02-19 10:12:38 -0600 |
commit | 49146bfa8d273143f217d90d360275239c9e8408 (patch) | |
tree | eb19fdc8d2937c59a76af9ddb69975920c39599e | |
parent | 3f9a7a41730e5799068c5c85b64eb87c56d53f2a (diff) | |
download | meta-mlinux-49146bfa8d273143f217d90d360275239c9e8408.tar.gz meta-mlinux-49146bfa8d273143f217d90d360275239c9e8408.tar.bz2 meta-mlinux-49146bfa8d273143f217d90d360275239c9e8408.zip |
Explicitly add python importlib so that upgrade to base off of mLinux 4 will not break modules dependent on importlib
-rw-r--r-- | recipes-core/images/mlinux-factory-image.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-core/images/mlinux-factory-image.bb b/recipes-core/images/mlinux-factory-image.bb index fe64da5..c0b5f71 100644 --- a/recipes-core/images/mlinux-factory-image.bb +++ b/recipes-core/images/mlinux-factory-image.bb @@ -44,6 +44,7 @@ python-argparse \ python-compression \ python-dateutil \ python-html \ +python-importlib \ python-psutil \ python-pycurl \ python-pyopenssl \ |