From 872cfa8b3306afb0b7458450030802855a569c89 Mon Sep 17 00:00:00 2001 From: Dongqi Chen Date: Wed, 25 Dec 2019 15:22:52 +0800 Subject: [PATCH] CentOS 8: Puppet-dnsmasq should use python3 Change python2 to python3 Story: 2006729 Task: 37886 Change-Id: I5293bdda7181f2369832ed965498d87d8baefe5d Signed-off-by: Dongqi Chen --- config/puppet-modules/puppet-dnsmasq/centos/puppet-dnsmasq.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/puppet-modules/puppet-dnsmasq/centos/puppet-dnsmasq.spec b/config/puppet-modules/puppet-dnsmasq/centos/puppet-dnsmasq.spec index fc1b2e414..9c2d99b4a 100644 --- a/config/puppet-modules/puppet-dnsmasq/centos/puppet-dnsmasq.spec +++ b/config/puppet-modules/puppet-dnsmasq/centos/puppet-dnsmasq.spec @@ -18,7 +18,7 @@ Patch3: 0004-Enable-clear-DNS-cache-on-reload.patch BuildArch: noarch -BuildRequires: python2-devel +BuildRequires: python3-devel Requires: puppet-concat Requires: puppet-puppi