From d1e9e610e80e57c02a4c3173bd78de00ed7acc47 Mon Sep 17 00:00:00 2001 From: Petr Menšík Date: May 06 2022 17:32:29 +0000 Subject: Enable python2 builds on RHEL7 --- diff --git a/unbound.spec b/unbound.spec index ce4017a..838df3d 100644 --- a/unbound.spec +++ b/unbound.spec @@ -22,6 +22,7 @@ %if 0%{?rhel} <= 7 %global with_python3 0 +%global with_python2 1 %else %global with_python2 0 %endif