From 0761e86f5d3f6c7804537d2fc81fcd9908547b7d Mon Sep 17 00:00:00 2001 From: Davide Cavalca Date: Apr 11 2022 18:16:40 +0000 Subject: Drop unnecessary BuildRequires for deprecated package --- diff --git a/python-pystemd.spec b/python-pystemd.spec index 2575ef6..51222e3 100644 --- a/python-pystemd.spec +++ b/python-pystemd.spec @@ -6,7 +6,7 @@ Name: python-%{pypi_name} Version: 0.10.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A thin Cython-based wrapper on top of libsystemd License: LGPLv2+ @@ -19,7 +19,6 @@ BuildRequires: python3-devel BuildRequires: python3dist(setuptools) BuildRequires: python3dist(cython) BuildRequires: python3dist(lxml) -BuildRequires: python3dist(mock) %description This library allows you to talk to systemd over D-Bus from Python, @@ -74,6 +73,9 @@ popd %{python3_sitearch}/%{pypi_name}-%{version}-py%{python3_version}.egg-info %changelog +* Mon Apr 11 2022 Davide Cavalca - 0.10.0-4 +- Drop unnecessary BuildRequires for deprecated package + * Thu Apr 07 2022 Davide Cavalca - 0.10.0-3 - Add new upstream dependency to BuildRequires