sqlalchemy-migrate/bindep.txt

17 lines
593 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.
# NOTE(mriedem): This list is woefully incomplete but is just listing mysql
# and postgresql binary dependencies to make tools/test-setup.sh work.
libmysqlclient-dev [platform:dpkg]
libpq-dev [platform:dpkg test]
mysql [platform:rpm]
mysql-client [platform:dpkg]
mysql-devel [platform:rpm test]
mysql-server
postgresql
postgresql-client [platform:dpkg]
postgresql-devel [platform:rpm test]
postgresql-server [platform:rpm]