add build requirement on lynx (#1423989)

This commit is contained in:
Miroslav Lichvar 2017-02-20 12:03:40 +01:00
parent 851ebdbe52
commit 5a0fcbbdb0

View File

@ -14,6 +14,8 @@ URL: https://pagure.io/newt
Source: https://pagure.io/releases/newt/newt-%{version}.tar.gz
BuildRequires: popt-devel python-devel slang-devel
BuildRequires: docbook-utils
# Prefer lynx over other packages providing text-www-browser
BuildRequires: lynx
%if 0%{?with_python3}
BuildRequires: python3-devel
%endif