Remove redundant requires
This commit is contained in:
parent
bef4d5cc63
commit
7b69ed1044
@ -21,8 +21,6 @@ Summary: %{summary}
|
|||||||
%{?python_provide:%python_provide python3-%{srcname}}
|
%{?python_provide:%python_provide python3-%{srcname}}
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: python3-pyparsing
|
|
||||||
Requires: python3-pyparsing
|
|
||||||
|
|
||||||
%description -n python3-%{srcname} %{_description}
|
%description -n python3-%{srcname} %{_description}
|
||||||
|
|
||||||
@ -47,6 +45,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{python3} -m unittest -v tests/test_d
|
|||||||
%{python3_sitelib}/dbus_signature_pyparsing-*.egg-info/
|
%{python3_sitelib}/dbus_signature_pyparsing-*.egg-info/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 28 2021 mulhern <amulhern@redhat.com> - 0.04-5
|
||||||
|
Remove redundant requires
|
||||||
|
|
||||||
* Tue Jul 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.04-4
|
* Tue Jul 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.04-4
|
||||||
- Second attempt - Rebuilt for
|
- Second attempt - Rebuilt for
|
||||||
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user