
Depends-On: https://review.opendev.org/c/openstack/freezer/+/936780 Change-Id: I963e0c7c5f0b3244c06396cbd2ba9f36eeaa895e
12 lines
431 B
Plaintext
12 lines
431 B
Plaintext
# A build time dependency
|
|
# these are needed to compile Python dependencies from sources
|
|
python3-all-dev [platform:dpkg !platform:ubuntu-precise test]
|
|
python3-devel [platform:rpm test]
|
|
build-essential [platform:dpkg test]
|
|
# these are needed by infra for python-* jobs
|
|
libmariadb-dev-compat [platform:dpkg test]
|
|
mariadb [platform:rpm test]
|
|
mariadb-client [platform:dpkg test]
|
|
mariadb-devel [platform:rpm test]
|
|
mariadb-server [test]
|