Preserve only python3 version.
Problem recorded as https://bugzilla.redhat.com/show_bug.cgi?id=1289269
This commit is contained in:
parent
b0899b14bc
commit
5b801e97bf
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ rm -fv $RPM_BUILD_ROOT%{_bindir}/html2text
|
|||
mv $RPM_BUILD_ROOT%{_bindir}/html2text $RPM_BUILD_ROOT%{_bindir}/%{name}
|
||||
|
||||
%check
|
||||
%{__python} setup.py test || /bin/true
|
||||
%{__python} setup.py test
|
||||
%if %{with python3}
|
||||
%{__python3} setup.py test || /bin/true
|
||||
%endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue