88b1d3b5c6
- removed the old and unused devstack job. - needed to update pylint to python3 - needed to enable bindep to install the packages required for installing mysqlclient No test plan is provided, because the purpose of this change is to determine if zuul is broken for this repo, and then fix it. Story: 2010531 Task: 47313 Signed-off-by: Al Bailey <al.bailey@windriver.com> Change-Id: I6655792d692644f2c6320b0ef1d66283e17d7bb3
8 lines
322 B
Plaintext
8 lines
322 B
Plaintext
# This is a cross-platform list tracking distribution packages needed for install and tests;
|
|
# see https://docs.openstack.org/infra/bindep/ for additional information.
|
|
|
|
build-essential [platform:dpkg]
|
|
python3-dev [platform:dpkg]
|
|
# default-libmysqlclient-dev is debian specific
|
|
default-libmysqlclient-dev [platform:debian]
|