From 956102c5d951ee5b26bb84cfb57b7e21c2e1f4a9 Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Fri, 20 Oct 2023 01:40:54 +0000 Subject: [PATCH] Remove deprecated and unnecessary %python_provide %python_provide is deprecated and the same Provides are now handled automatically by an RPM generator. --- python-resolvelib.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/python-resolvelib.spec b/python-resolvelib.spec index 394455b..19665ac 100644 --- a/python-resolvelib.spec +++ b/python-resolvelib.spec @@ -24,7 +24,6 @@ requirement format. class... %package -n python3-%{pypi_name} Summary: %{summary} -%{?python_provide:%python_provide python3-%{pypi_name}} #Requires: python3dist(black) #Requires: python3dist(commentjson)