Add python lex and yacc to spec file build requirements.
Change-Id: Icf1a30c9df4d3298407c00383020debe99acdbff Signed-off-by: Thomas F Herbert <therbert@redhat.com>
This commit is contained in:

committed by
Damjan Marion

parent
a9855ef839
commit
6168623290
@ -52,17 +52,17 @@ BuildRequires: check, check-devel
|
||||
%if 0%{?fedora} >= 26
|
||||
BuildRequires: subunit, subunit-devel
|
||||
BuildRequires: compat-openssl10-devel
|
||||
BuildRequires: python2-devel, python2-virtualenv
|
||||
BuildRequires: python2-devel, python2-virtualenv, python2-ply
|
||||
BuildRequires: mbedtls-devel
|
||||
%else
|
||||
%if 0%{?fedora} == 25
|
||||
BuildRequires: subunit, subunit-devel
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: python-devel, python2-virtualenv
|
||||
BuildRequires: python-devel, python2-virtualenv, python2-ply
|
||||
BuildRequires: mbedtls-devel
|
||||
%else
|
||||
BuildREquires: openssl-devel
|
||||
BuildRequires: python-devel, python-virtualenv
|
||||
BuildRequires: python-devel, python-virtualenv, python-ply
|
||||
%endif
|
||||
%endif
|
||||
BuildRequires: libffi-devel
|
||||
|
Reference in New Issue
Block a user