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
This commit is contained in:
Stan Lagun 2018-01-05 20:25:42 -08:00
parent 823ec20003
commit dfc51525f3
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@
- make
- gcc
- python-pip
- python-dev
- python-setuptools
- python-virtualenv