Add openssl libs to bindep

Those are not installed anymore by default and are needed to fix builds
of python modules.

Change-Id: I38a1f0ff1ce5a776ee981c200d5b55d6753d260b
This commit is contained in:
Andreas Jaeger 2017-06-18 10:58:56 +02:00
parent 2df1a73033
commit 3c27d9fd88
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
# This is a cross-platform list tracking distribution packages needed by tests; # This is a cross-platform list tracking distribution packages needed by tests;
# see http://docs.openstack.org/infra/bindep/ for additional information. # see http://docs.openstack.org/infra/bindep/ for additional information.
libssl-dev [platform:dpkg]
openssl-devel [platform:rpm]
python-dev [platform:dpkg] python-dev [platform:dpkg]
python3-all [platform:dpkg !platform:ubuntu-precise] python3-all [platform:dpkg !platform:ubuntu-precise]
python3-all-dev [platform:dpkg !platform:ubuntu-precise] python3-all-dev [platform:dpkg !platform:ubuntu-precise]