Remove redundant Requires

This commit is contained in:
mulhern 2022-02-15 15:39:41 -05:00
parent c3dd0f9221
commit 39fd680193

View File

@ -2,7 +2,7 @@
Name: python-%{srcname}
Version: 0.8
Release: 5%{?dist}
Release: 6%{?dist}
Summary: Python Library for Generating dbus-python Client Code
License: MPLv2.0
@ -23,8 +23,6 @@ BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-dbus
BuildRequires: python3-into-dbus-python >= 0.08
Requires: python3-dbus
Requires: python3-into-dbus-python >= 0.08
%description -n python3-%{srcname} %{_description}
@ -49,6 +47,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{python3} -m unittest discover --verb
%{python3_sitelib}/dbus_python_client_gen-*.egg-info/
%changelog
* Tue Feb 15 2022 mulhern <amulhern@redhat.com> - 0.8-6
- Remove redundant Requires
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.8-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild