Fix testsuite error: BR on python

This commit is contained in:
Michel Alexandre Salim 2009-09-07 17:24:07 +00:00
parent b952c1711d
commit 48b530bc04
1 changed files with 2 additions and 3 deletions

View File

@ -29,7 +29,7 @@ BuildRequires: groff
BuildRequires: libtool-ltdl-devel
BuildRequires: ocaml-ocamldoc
# for DejaGNU test suite
BuildRequires: dejagnu tcl-devel
BuildRequires: dejagnu tcl-devel python
%if %{?_with_doxygen:1}%{!?_with_doxygen:0}
BuildRequires: doxygen graphviz
%endif
@ -162,8 +162,7 @@ make %{_smp_mflags} OPTIMIZE_OPTION='%{optflags}'
%check
# 2 tests currently fail on i686
cd obj && make check; true
cd obj && make check
%install