Remove redundant requires
This commit is contained in:
parent
20f986e4d5
commit
29a1c8d5bf
@ -2,7 +2,7 @@
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 0.08
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: Transformer to dbus-python types
|
||||
|
||||
License: ASL 2.0
|
||||
@ -25,8 +25,7 @@ BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-dbus-signature-pyparsing
|
||||
BuildRequires: python3-dbus
|
||||
Requires: python3-dbus-signature-pyparsing
|
||||
Requires: python3-dbus
|
||||
|
||||
|
||||
%description -n python3-%{srcname} %{_description}
|
||||
|
||||
@ -51,6 +50,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{python3} -m unittest -v tests/test_d
|
||||
%{python3_sitelib}/into_dbus_python-*.egg-info/
|
||||
|
||||
%changelog
|
||||
* Thu Jul 29 2021 mulhern <amulhern@redhat.com> - 0.08-5
|
||||
- Remove redundant requires
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.08-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user