Add python3 packages to tests repo bindep

Install the python3 OS packages so we can begin running py3 based
tox scenarios in the tested roles.

Change-Id: I77d0d58942492ad4185f62bc659e2fabeac065e0
This commit is contained in:
Logan V 2017-07-31 13:11:22 -05:00
parent 71605f2f78
commit 8e769cc26e
1 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,9 @@ libffi-dev [platform:dpkg]
python2.7 [platform:dpkg]
python-apt [platform:dpkg]
python-dev [platform:dpkg]
python3 [platform:dpkg]
python3-apt [platform:dpkg]
python3-dev [platform:dpkg]
# Base requirements for RPM distros
gcc [platform:rpm]