From d4c2fbbc5f1dd686bddda16731eb845dea60dbc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 6 Oct 2022 01:29:03 +0200 Subject: [PATCH] Remove superfluous runtime dependency on python3-toml There is no import of this anywhere in the code. --- python-jaraco-functools.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/python-jaraco-functools.spec b/python-jaraco-functools.spec index f46fc22..a9de26a 100644 --- a/python-jaraco-functools.spec +++ b/python-jaraco-functools.spec @@ -6,7 +6,7 @@ Name: python-%{pkg_name} Version: 3.5.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Functools like those found in stdlib License: MIT @@ -25,8 +25,6 @@ Summary: %{summary} # DO NOT change this dependency to python3dist(jaraco) or similar Requires: python3-jaraco -Requires: python3dist(toml) - BuildRequires: python3-devel BuildConflicts: python3dist(pytest) = 3.7.3 BuildRequires: python3dist(jaraco-classes) @@ -86,6 +84,9 @@ rm -rf html/.{doctrees,buildinfo} %endif %changelog +* Wed Oct 05 2022 Miro HronĨok - 3.5.2-2 +- Remove superfluous runtime dependency on python3-toml + * Wed Sep 28 2022 Dan Radez - 3.5.2-1 - update to 3.5.1 - rhbz#2130355