Remove redundant runtime requires

six is not used
decorator is automatically required
This commit is contained in:
Miro Hrončok 2022-02-03 17:47:51 +01:00
parent dc61454989
commit cbc25f21be

View File

@ -31,8 +31,6 @@ RFC 2743, as well as multiple extensions.
%package -n python3-gssapi %package -n python3-gssapi
Summary: Python 3 Bindings for GSSAPI (RFC 2743/2744 and extensions) Summary: Python 3 Bindings for GSSAPI (RFC 2743/2744 and extensions)
Requires: krb5-libs >= 1.19 Requires: krb5-libs >= 1.19
Requires: python3-six
Requires: python3-decorator
%description -n python3-gssapi %_description %description -n python3-gssapi %_description
@ -55,6 +53,7 @@ Requires: python3-decorator
* Thu Feb 03 2022 Miro Hrončok <mhroncok@redhat.com> - 1.7.2-2 * Thu Feb 03 2022 Miro Hrončok <mhroncok@redhat.com> - 1.7.2-2
- Enable package notes - Enable package notes
- Reduce BuildRequires set by using git-core - Reduce BuildRequires set by using git-core
- Remove redundant runtime requires of python3-six
* Wed Feb 2 2022 Simo Sorce <simo@redhat.com> - 1.7.2-1 * Wed Feb 2 2022 Simo Sorce <simo@redhat.com> - 1.7.2-1
- Update to latest release and modernize spec file - Update to latest release and modernize spec file