From 6652b492b54ea4a3226f2942d6364dc14f40324d Mon Sep 17 00:00:00 2001 From: Long Li Date: Thu, 26 Dec 2019 11:31:09 +0800 Subject: [PATCH] CentOS8: Puppet-network should use python3 change BuildRequires about python2-devel to python3-devel explicitly to fix RPM build Story: 2006729 Task: 37902 Change-Id: Idcb23d3c1fee41fc03f17751ada64419377000e6 Signed-off-by: Long Li --- config/puppet-modules/puppet-network/centos/puppet-network.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/puppet-modules/puppet-network/centos/puppet-network.spec b/config/puppet-modules/puppet-network/centos/puppet-network.spec index 7b53bdb74..122e8a097 100644 --- a/config/puppet-modules/puppet-network/centos/puppet-network.spec +++ b/config/puppet-modules/puppet-network/centos/puppet-network.spec @@ -22,7 +22,7 @@ Patch6: route-options-support.patch BuildArch: noarch -BuildRequires: python2-devel +BuildRequires: python3-devel %description A Puppet module to manage non volatile network and route configuration