From 3145d34686e677a8005e88c754d47fc6a3f838f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 31 Aug 2022 13:13:59 +0200 Subject: [PATCH] Remove deprecated %python_provide, it is not needed --- python-appdirs.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/python-appdirs.spec b/python-appdirs.spec index c715d6b..414ac83 100644 --- a/python-appdirs.spec +++ b/python-appdirs.spec @@ -18,7 +18,6 @@ directories, e.g. a "user data dir". %package -n python3-appdirs Summary: %{summary} -%{?python_provide:%python_provide python3-appdirs} BuildRequires: python3-devel BuildRequires: python3-setuptools %if %{with wheel}