forked from Mirror/frr
redhat: remove a few superfluous Requires from spec file
rpm adds these automatically Signed-off-by: Ruben Kerkhof <ruben@rubenkerkhof.com>
This commit is contained in:
parent
ccb9b8f6c0
commit
c88a52f4df
|
@ -155,14 +155,12 @@ BuildRequires: python27-devel python27-sphinx
|
||||||
%else
|
%else
|
||||||
BuildRequires: python-devel >= 2.7 python-sphinx
|
BuildRequires: python-devel >= 2.7 python-sphinx
|
||||||
%endif
|
%endif
|
||||||
Requires: ncurses json-c initscripts
|
Requires: json-c initscripts
|
||||||
%if %{with_pam}
|
%if %{with_pam}
|
||||||
BuildRequires: pam-devel
|
BuildRequires: pam-devel
|
||||||
Requires: pam
|
|
||||||
%endif
|
%endif
|
||||||
%if %{with_rpki}
|
%if %{with_rpki}
|
||||||
BuildRequires: librtr-devel >= 0.5
|
BuildRequires: librtr-devel >= 0.5
|
||||||
Requires: librtr >= 0.5
|
|
||||||
%endif
|
%endif
|
||||||
%if "%{initsystem}" == "systemd"
|
%if "%{initsystem}" == "systemd"
|
||||||
BuildRequires: systemd systemd-devel
|
BuildRequires: systemd systemd-devel
|
||||||
|
@ -198,7 +196,7 @@ Contributed/3rd party tools which may be of use with frr.
|
||||||
%package pythontools
|
%package pythontools
|
||||||
Summary: python tools for frr
|
Summary: python tools for frr
|
||||||
BuildRequires: python
|
BuildRequires: python
|
||||||
Requires: python python-ipaddr
|
Requires: python-ipaddr
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
|
|
||||||
%description pythontools
|
%description pythontools
|
||||||
|
|
Loading…
Reference in a new issue