From dfc51525f3d09174b2761d55e39cafe8f8e8f52b Mon Sep 17 00:00:00 2001 From: Stan Lagun Date: Fri, 5 Jan 2018 20:25:42 -0800 Subject: [PATCH] Remove python-dev from list of preinstalled packages python-dev package causes cloud-init to fail on Fedora-based distros because the package is called python-devel there. Since this package is present in python-pip recommended dependencies and thus going to be installed anyway, there is no need to include it explicitly. With this fix it becomes possible to use bare Fedora cloud image with murano. Change-Id: I276839b9ba772d8f0a6bac975b204b0308839170 --- meta/io.murano/Resources/murano-init.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/io.murano/Resources/murano-init.conf b/meta/io.murano/Resources/murano-init.conf index 5e0bb3c27..a74dd1090 100644 --- a/meta/io.murano/Resources/murano-init.conf +++ b/meta/io.murano/Resources/murano-init.conf @@ -13,7 +13,6 @@ - make - gcc - python-pip - - python-dev - python-setuptools - python-virtualenv