Install openssl-devel at bootstrap

For some strange reason, openssl headers are required by some
dependencies (notably cryptography) on prepare, so they
should be installed in advance.

Change-Id: Id4dce0968f0c0c979f63ebe1b48f898f44c29ed1
This commit is contained in:
Ivan A. Melnikov 2014-02-26 15:32:24 +04:00
parent 0ec769347f
commit 07257540e8

View File

@ -13,6 +13,7 @@ REQUIRES='
python
python-devel
libffi-devel
openssl-devel
createrepo
yum-utils