From cbc25f21be34757fc842e6b2adb5676b5c458258 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 3 Feb 2022 17:47:51 +0100 Subject: [PATCH] Remove redundant runtime requires six is not used decorator is automatically required --- python-gssapi.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/python-gssapi.spec b/python-gssapi.spec index 93b3b55..156cc3f 100644 --- a/python-gssapi.spec +++ b/python-gssapi.spec @@ -31,8 +31,6 @@ RFC 2743, as well as multiple extensions. %package -n python3-gssapi Summary: Python 3 Bindings for GSSAPI (RFC 2743/2744 and extensions) Requires: krb5-libs >= 1.19 -Requires: python3-six -Requires: python3-decorator %description -n python3-gssapi %_description @@ -55,6 +53,7 @@ Requires: python3-decorator * Thu Feb 03 2022 Miro HronĨok - 1.7.2-2 - Enable package notes - Reduce BuildRequires set by using git-core +- Remove redundant runtime requires of python3-six * Wed Feb 2 2022 Simo Sorce - 1.7.2-1 - Update to latest release and modernize spec file