Populate bindep.txt

Adds missing dependencies for testing tripleo-ci repository.

This is needed due to: wheel->cryptography->openssl-devel

Likely not observed so far because we had an image with it already
installed but on clean systems is likely to need it.

Change-Id: I15e372b061ee6d7518613872fa91f198de9b74a1
This commit is contained in:
Sorin Sbarnea 2019-02-27 17:32:33 +00:00
parent 8414e43dc0
commit 5efddb6b00
1 changed files with 3 additions and 0 deletions

View File

@ -1,2 +1,5 @@
# This is a cross-platform list tracking distribution packages needed by tests;
# see http://docs.openstack.org/infra/bindep/ for additional information.
libssl-dev [platform:dpkg]
openssl-devel [platform:redhat]