From b79f0515100b3230608d577f4e9e46b97b532756 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 15 May 2023 14:41:05 +0200 Subject: [PATCH] Drop redundant build dependency on flit, this package uses flit-core And that dependency is already generated by %pyproject_buildrequires. --- python-tinycss2.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/python-tinycss2.spec b/python-tinycss2.spec index 3c9226e..177493c 100644 --- a/python-tinycss2.spec +++ b/python-tinycss2.spec @@ -7,7 +7,7 @@ Name: python-%{srcname} Version: 1.2.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Low-level CSS parser for Python License: BSD @@ -17,9 +17,6 @@ Source0: %pypi_source BuildArch: noarch BuildRequires: python3-devel BuildRequires: pyproject-rpm-macros -# used as "build-backend" in pyproject.toml but not detected by Fedora's -# macros to generate build requirements -BuildRequires: python3-flit %description @@ -70,6 +67,9 @@ rm -rf %{buildroot}%{python3_sitelib}/%{srcname}/__pycache__/test.*.py? %changelog +* Mon May 15 2023 Miro HronĨok - 1.2.1-3 +- Drop redundant build dependency on flit, this package uses flit-core + * Fri Jan 20 2023 Fedora Release Engineering - 1.2.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild