cleanup conditionals
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
87190ee777
commit
1fc23f36f0
@ -1,9 +1,7 @@
|
|||||||
%{!?python3_version: %global python3_version %(%{__python3} -c "import sys; sys.stdout.write(sys.version[:3])")}
|
%if 0%{?rhel} && 0%{?rhel} <= 7
|
||||||
|
|
||||||
%if 0%{?fedora} || 0%{?rhel} > 7
|
|
||||||
%bcond_without python3
|
|
||||||
%else
|
|
||||||
%bcond_with python3
|
%bcond_with python3
|
||||||
|
%else
|
||||||
|
%bcond_without python3
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%global upstream_name nose
|
%global upstream_name nose
|
||||||
|
Loading…
Reference in New Issue
Block a user