From e7f8ae6eb2ea20608e6951e3805032bd86c194e4 Mon Sep 17 00:00:00 2001 From: Jeremy Crafts Date: Wed, 26 May 2021 14:47:11 -0400 Subject: [PATCH] change requirement for setuptools --- insights-client.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/insights-client.spec b/insights-client.spec index b79a84e..4f91c32 100644 --- a/insights-client.spec +++ b/insights-client.spec @@ -28,7 +28,7 @@ Requires: python3-requests >= 2.6 Requires: python3-PyYAML Requires: python3-magic Requires: python3-six -Requires: platform-python-setuptools +Requires: python3dist(setuptools) Requires: coreutils BuildRequires: wget BuildRequires: binutils