You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
465 B
14 lines
465 B
# A build time dependency
|
|
# these are needed to compile Python dependencies from sources
|
|
python-dev [platform:dpkg test]
|
|
python3-all-dev [platform:dpkg !platform:ubuntu-precise test]
|
|
python-devel [platform:rpm test]
|
|
python3-devel [platform:rpm test]
|
|
build-essential [platform:dpkg test]
|
|
# these are needed by infra for python-* jobs
|
|
mariadb [platform:rpm test]
|
|
mariadb-server [platform:rpm test]
|
|
mysql-client [platform:dpkg test]
|
|
mysql-server [platform:dpkg test]
|
|
|