pyeclib/bindep.txt
Kota Tsuyuzaki d7bb58ae80 Fix some requirements and installation instruction
- Add coverage to test-requirements which was causing import error when
  running `make test`
- Add "make" to bindep.txt for rpm package
- Add "python-dev/python-devel" to bindep.txt
- Add some instration guide example, how to install those dependency
  packages

Change-Id: Ib4a19e734e68ac4d3be7ea13dc72a97b4e209b2b
2016-08-18 18:56:11 -07:00

11 lines
352 B
Plaintext

# This is a cross-platform list tracking distribution packages needed by tests;
# see http://docs.openstack.org/infra/bindep/ for additional information.
build-essential [platform:dpkg]
gcc [platform:rpm]
make [platform:rpm]
liberasurecode-dev [platform:dpkg]
liberasurecode-devel [platform:rpm]
python-dev [platform:dpkg]
python-devel [platform:rpm]