unbound we can now build py2 and py3 packages

Signed-off-by: basebuilder_pel7x64builder0 <basebuilder@powerel.org>
master
basebuilder_pel7x64builder0 2018-06-06 11:02:40 +02:00
parent 846cefa4e2
commit e66f763b89
1 changed files with 2 additions and 2 deletions

View File

@ -25,9 +25,9 @@
%endif # with_python2 && rhel <= 6

%if 0%{?rhel} <= 7
%global with_python3 0
%global with_python3 1
%else
%global with_python2 0
%global with_python2 1
%endif # rhel <= 7
%endif # rhel