diff options
-rw-r--r-- | recipes-core/images/mlinux-factory-image.bb | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/recipes-core/images/mlinux-factory-image.bb b/recipes-core/images/mlinux-factory-image.bb index 9955f71..0dc54f3 100644 --- a/recipes-core/images/mlinux-factory-image.bb +++ b/recipes-core/images/mlinux-factory-image.bb @@ -44,14 +44,11 @@ IMAGE_INSTALL += "perl-module-io perl-module-fcntl" # Python support IMAGE_INSTALL += "python" # Python modules -IMAGE_INSTALL += "python-async \ -python-argparse \ +IMAGE_INSTALL += "python-argparse \ python-compression \ python-dateutil \ python-html \ -python-importlib \ python-psutil \ -python-pycurl \ python-pyopenssl \ python-pyserial \ python-pyudev \ |