python-novaclient/other-requirements.txt
Jens Rosenboom 454350ff6d Fix python35 job failures
- Installation of the cryptography module fails on Ubuntu Xenial
  because the libssl-dev package needs to be installed first, so we
  add this to other-requirements.txt

- inspect.getargspec()` was deprecated in Python 3.0 and will be removed
  in 3.6 (ETA late 2016). From Python 3.5 it started throwing a deprecation
  warning which leds some tests failures.

Co-Authored-By: Andrey Kurilin <andr.kurilin@gmail.com>

Change-Id: Ic094ca5c636af9ac1e212914df910a020d92702d
2016-08-03 12:18:14 +03:00

25 lines
800 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]
dbus-devel [platform:rpm]
dbus-glib-devel [platform:rpm]
gettext
language-pack-en [platform:ubuntu]
libdbus-1-dev [platform:dpkg]
libdbus-glib-1-dev [platform:dpkg]
libffi-dev [platform:dpkg]
libffi-devel [platform:rpm]
libssl-dev [platform:ubuntu-xenial]
libuuid-devel [platform:rpm]
locales [platform:debian]
python-dev [platform:dpkg]
python-devel [platform:rpm]
python3-all-dev [platform:ubuntu !platform:ubuntu-precise]
python3-dev [platform:dpkg]
python3-devel [platform:fedora]
python3.4 [platform:ubuntu-trusty]
python3.5 [platform:ubuntu-xenial]
python34-devel [platform:centos]
uuid-dev [platform:dpkg]