11faa0e67d
Bump linter requirements - follow the changes made in keystone in commits 6dfde5b48b388e32e34a385c3a9ef48da7c7c49b and 5c71ebd7a92d25df83e2e7cc5fad9990e9eebbf5 in order to fix compatibility with Python 3.10. Remove python-dev from bindep - it's no longer supported by jammy and lead us to the following errors with the announce-release job: ``` No package matching 'python-dev' is available ``` Co-Authored-By: Herve Beraud <hberaud@redhat.com> Change-Id: If687a2678733ce018bd31c602140f073ab1a1a65
15 lines
505 B
Plaintext
15 lines
505 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 test]
|
|
python3-dev [platform:dpkg test]
|
|
python3-devel [platform:rpm test]
|
|
libkrb5-dev [platform:dpkg test]
|
|
krb5-devel [platform:rpm test]
|
|
libxml2-dev [platform:dpkg]
|
|
libxml2-devel [platform:rpm]
|
|
libxslt-devel [platform:rpm]
|
|
libxslt1-dev [platform:dpkg]
|
|
zlib-devel [platform:rpm]
|
|
zlib1g-dev [platform:dpkg]
|