Preinstall pyOpenSSL

With the warnings added in Ibfe69dc84246662ed8caa0d4c3e2edf68314c87e
we can see that this element is relying on map-packages to translate
the debian package name python-pyopenssl -> pyOpenSSL.

This makes no sense because this is not a generic element; it should
just use the fedora/redhat names directly.

Change-Id: Id6ecb6f978b60d6a527692692a408d1d35828de2
This commit is contained in:
Ian Wienand 2017-01-18 11:53:38 +11:00
parent e3b67a3d45
commit 124cec0bba
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ openssl:
# dependency of the python-paste package needed for the heat element,
# this seems to be conflicting and causing the image building process to
# fail. The problem is hapenning on a Fedora 18 system.
python-pyopenssl:
pyOpenSSL:
# Workaround for:
# https://bugzilla.redhat.com/show_bug.cgi?id=1066983