Drop redundant Requires

This commit is contained in:
mulhern 2022-02-15 18:44:54 -05:00
parent e63e4e5172
commit 5a62495373
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
%global srcname pyudev %global srcname pyudev
Name: python-%{srcname} Name: python-%{srcname}
Version: 0.22.0 Version: 0.22.0
Release: 7%{?dist} Release: 8%{?dist}
Summary: A libudev binding Summary: A libudev binding
License: LGPLv2+ License: LGPLv2+
@ -32,9 +32,6 @@ BuildRequires: python3-setuptools
# Needed for libudev, loaded through ctypes # Needed for libudev, loaded through ctypes
Requires: systemd-libs Requires: systemd-libs
# Used for python2/3 compatibility
Requires: python3-six
%description -n python3-%{srcname} %description -n python3-%{srcname}
pyudev is a LGPL licensed, pure Python binding for libudev, the device pyudev is a LGPL licensed, pure Python binding for libudev, the device
and hardware management and information library for Linux. It supports and hardware management and information library for Linux. It supports
@ -108,6 +105,9 @@ rm -rf pyudev.egg-info
%{python3_sitelib}/pyudev/__pycache__/pyqt5.* %{python3_sitelib}/pyudev/__pycache__/pyqt5.*
%changelog %changelog
* Tue Feb 15 2022 mulhern <amulhern@redhat.com> - 0.22.0-8
- Drop redundant Requires
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.22.0-7 * Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.22.0-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild