e1e496d337
py310 job is failing for fwaas on jammy, adding libczmq4 to bindep can solve the issue. Change-Id: Ie23b9dee179d11cee34f892b9eb86be36d71aab0
12 lines
399 B
Plaintext
12 lines
399 B
Plaintext
# This file contains runtime (non-python) dependencies
|
|
# More info at: http://docs.openstack.org/infra/bindep/readme.html
|
|
|
|
# MySQL and PostgreSQL databases since some jobs are set up in
|
|
# OpenStack infra that need these like
|
|
libpq-dev [test]
|
|
libczmq4 [test]
|
|
|
|
# Packages required e.g. in functional tests
|
|
libnetfilter-log1 [platform:dpkg platform:suse]
|
|
libnetfilter-log [platform:rpm !platform:suse]
|