From 4aa1c04c8e4ee3a1ca1c72e00e23b6650c8a8060 Mon Sep 17 00:00:00 2001 From: Dongqi Chen Date: Wed, 25 Dec 2019 14:53:19 +0800 Subject: [PATCH] CentOS 8: puppet-boolean should use python3 Change python2 to python3 Story: 2006729 Task: 37885 Change-Id: Ic84ed8f7ca4cf02ded1fa403ec4fbe7f598be22a Signed-off-by: Dongqi Chen --- .../puppet-boolean-1.0.2/centos/puppet-boolean.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/puppet-modules/puppet-boolean-1.0.2/centos/puppet-boolean.spec b/config/puppet-modules/puppet-boolean-1.0.2/centos/puppet-boolean.spec index 666211252..59bb3c19f 100644 --- a/config/puppet-modules/puppet-boolean-1.0.2/centos/puppet-boolean.spec +++ b/config/puppet-modules/puppet-boolean-1.0.2/centos/puppet-boolean.spec @@ -13,7 +13,7 @@ Source0: %{name}-%{git_sha}.tar.gz BuildArch: noarch -BuildRequires: python2-devel +BuildRequires: python3-devel %description A Puppet module to provide boolean parameters