From 5a62495373a3495ec2f35d2b44ca014ea50fc8f1 Mon Sep 17 00:00:00 2001 From: mulhern Date: Tue, 15 Feb 2022 18:44:54 -0500 Subject: [PATCH] Drop redundant Requires --- python-pyudev.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/python-pyudev.spec b/python-pyudev.spec index 79f513d..1c877b3 100644 --- a/python-pyudev.spec +++ b/python-pyudev.spec @@ -1,7 +1,7 @@ %global srcname pyudev Name: python-%{srcname} Version: 0.22.0 -Release: 7%{?dist} +Release: 8%{?dist} Summary: A libudev binding License: LGPLv2+ @@ -32,9 +32,6 @@ BuildRequires: python3-setuptools # Needed for libudev, loaded through ctypes Requires: systemd-libs -# Used for python2/3 compatibility -Requires: python3-six - %description -n python3-%{srcname} pyudev is a LGPL licensed, pure Python binding for libudev, the device and hardware management and information library for Linux. It supports @@ -108,6 +105,9 @@ rm -rf pyudev.egg-info %{python3_sitelib}/pyudev/__pycache__/pyqt5.* %changelog +* Tue Feb 15 2022 mulhern - 0.22.0-8 +- Drop redundant Requires + * Fri Jan 21 2022 Fedora Release Engineering - 0.22.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild