From 3b1d1492825156089354b6a005de192dcf790f72 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Wed, 3 May 2023 09:08:00 -0400 Subject: [PATCH] Drop unused manual runtime dependency on setuptools --- python-ruamel-yaml.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/python-ruamel-yaml.spec b/python-ruamel-yaml.spec index b403561..a9f70ae 100644 --- a/python-ruamel-yaml.spec +++ b/python-ruamel-yaml.spec @@ -29,8 +29,6 @@ BuildRequires: python3-pytest %py_provides python3-ruamel.yaml -Requires: python3-setuptools - %description -n python3-ruamel-yaml %{_description} %prep @@ -63,6 +61,7 @@ rm -rf ruamel.yaml.egg-info - Update description from upstream - Make the package noarch (python-ruamel-yaml-clib contains the compiled code) - Fix upper-bounded Python interpreter version for ruamel.yaml.clib dependency +- Drop unused manual runtime dependency on setuptools * Wed May 03 2023 Maxwell G - 0.17.22-1 - Update to 0.17.22. Fixes rhbz#2192464.