20fd8c40cf
Fixes failure to install some packages on pypy due to missing python headers. Change-Id: I4d693e3119bfcf5db4999b640c030f9389e53d27
15 lines
459 B
Plaintext
15 lines
459 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]
|
|
pypy [test]
|
|
pypy-dev [test]
|
|
python-dev [platform:dpkg]
|
|
python-devel [platform:rpm]
|
|
python3-dev [platform:dpkg]
|
|
python3-devel [platform:fedora]
|
|
libssl-dev [platform:dpkg]
|
|
openssl-devel [platform:rpm]
|
|
libkrb5-dev [platform:ubuntu]
|
|
krb5-libs [platform:rpm]
|