Ubuntu Jammy dropped the python-yaml package, but it was only ever
for Python 2 anyway. Since we should have been running all jobs for
project-config with Python 3 since ages, this was clearly not being
used for or by anything for quite some time anyway.
Change-Id: Idb717f2e45a09c61523ca96382eb3a275700074d
tox.ini pulls in zuul, but we don't actually install the zuul bindeps.
Zuul has added a requirement on fb-re2 with
Id1b9d7334db78d0f13db33d47a80ffdb65f921df which requires these
libraries.
Change-Id: Ifafdb33752a3bafb5946810878654b0c20d0577c
We need gettext on the systems for the translations jobs, this should be
part of the bindep setup. Since we invoke tox, add bindep and tox setup
in pre-run.
Also, some proposal jobs need pyyaml, so add python-yaml to bindep.txt -
and use bindep for all proposal jobs.
Change-Id: I3c0e4741e1c0186b78859841db1ca5c791d4806b
The default filename for documenting binary dependencies has been
changed from "other-requirements.txt" to "bindep.txt" with the release
of bindep 2.1.0. While the previous name is still supported, it will
be deprecated.
Move the file around to follow this change.
Note that this change is self-testing, the OpenStack CI infrastructure
will use a "bindep.txt" file to setup nodes for testing.
For more information about bindep, see also:
http://docs.openstack.org/infra/manual/drivers.html#package-requirementshttp://docs.openstack.org/infra/bindep/
Change-Id: I6572c66491274ce263935f37aab50923e0ad869e