sqlalchemy-migrate/bindep.txt
Matt Riedemann 3ee28fe67b Add bindep support
This adds a minimal bindep.txt to install mysql and postgresql
dependencies (copied from nova's bindep.txt). This is needed
now to get python jobs (pep8,py27,etc) working in the gate.

Change-Id: I4b7bccdb7cebd95753e8cd931846213f400aa652
Closes-Bug: #1836087
2019-07-10 12:14:20 -04:00

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]