refstack/bindep.txt
Clark Boylan e6fd078a8b Update deps so that refstack builds and deploys
In bindep we specify we need GCC to compile deps and set tags to compile
and test as appropriate as none of these packages are needed as runtime
dependencies. In requirements.txt we unpin alembic and beaker and add
PyMySQL. Alembic and beaker need to be unpinned to work with modern
python3 and PyMySQL is a python only runtime dep if using MySQL.

This makes building docker images much simpler.

Change-Id: I18a296de190324c545feda3b1b87e0a9424d0f96
2020-01-31 09:43:02 -08:00

9 lines
313 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.
gcc [compile test]
mysql-client [test platform:dpkg]
mysql-server [test platform:dpkg]
postgresql [test]
postgresql-client [test platform:dpkg]