052ca666cb
Installed my workstation with Ubuntu Xenial and then hit a few snags running tox. python3-dev is needed to build the python3 envs. Did not actually test python3-devel (rpm) as I don't have such a system. While python2.7 is the default, tox (on Xenial) itself uses python3.5, hence 3.5 becomes the basepython and a number of envs don't work. Driveby, removed warning about /bin/echo in py3pep8 Change-Id: Ie880246dd757570b8e444da0e643f3c50093bdc5
20 lines
533 B
Plaintext
20 lines
533 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]
|
|
python3-devel [platform:rpm]
|
|
rsync
|
|
xfsprogs
|
|
libssl-dev [platform:dpkg]
|
|
openssl-devel [platform:rpm]
|