4f89861bca
There's no python3-devel rpm package, so jobs fails when trying to install packages in bindep.txt. Updated with the correct name: python34-devel Change-Id: I14f07f92d2a622f89062fc09969ca7087920b6cc Signed-off-by: Thiago da Silva <thiago@redhat.com>
20 lines
534 B
Plaintext
20 lines
534 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]
|
|
gettext
|
|
liberasurecode-dev [platform:dpkg]
|
|
liberasurecode-devel [platform:rpm]
|
|
libffi-dev [platform:dpkg]
|
|
libffi-devel [platform:rpm]
|
|
memcached
|
|
python-dev [platform:dpkg]
|
|
python-devel [platform:rpm]
|
|
python3-dev [platform:dpkg]
|
|
python34-devel [platform:rpm]
|
|
rsync
|
|
xfsprogs
|
|
libssl-dev [platform:dpkg]
|
|
openssl-devel [platform:rpm]
|