Fix bindep requirements for fedora 26

Change-Id: I07f42e1f7118d08f64919a786591bd819807c5ab
(cherry picked from commit 1dc765f4a5)
This commit is contained in:
David Moreau-Simard 2017-08-09 22:12:57 -04:00 committed by David Moreau Simard
parent ff13fb500d
commit 03c1d2942d
2 changed files with 6 additions and 4 deletions

View File

@ -4,7 +4,9 @@
gcc
libffi-devel [platform:rpm]
openssl-devel [platform:rpm]
python-devel [platform:rpm]
python-devel [platform:redhat !platform:fedora]
python2-devel [platform:fedora]
python3-devel [platform:fedora]
libselinux-python [platform:rpm]
libxml2-devel [platform:rpm]
libxslt-devel [platform:rpm]

View File

@ -1,12 +1,12 @@
[tox]
minversion = 2.0
envlist = py27,pep8
envlist = py27,py35,pep8
skipdist = True
[testenv]
basepython =
{py27,venv,cover,docs,pep8}: python2.7
{py35}: python3.5
{py27,venv,cover,docs,pep8}: python2
{py35}: python3
sitepackages = True
usedevelop = True
install_command = pip install -U {opts} {packages} -c{env:CONSTRAINTS_FILE:/dev/null}