From 43f331745e465620d0d9747fc7a62ba3d5b8b2aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 17 Oct 2022 13:49:42 +0200 Subject: [PATCH] Remove superfluous build-time dependency on python3-toml It was not used. See also https://fedoraproject.org/wiki/Changes/DeprecatePythonToml --- python-rich.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/python-rich.spec b/python-rich.spec index 587fdfa..db3f116 100644 --- a/python-rich.spec +++ b/python-rich.spec @@ -14,7 +14,6 @@ BuildRequires: python3-devel BuildRequires: pyproject-rpm-macros # for checks BuildRequires: python3dist(pytest) -BuildRequires: python3dist(toml) %description Rich is a Python library for rich text and beautiful formatting in the terminal.