Remove deprecated and unnecessary %python_provide

%python_provide is deprecated and the same Provides are now handled
automatically by an RPM generator.
This commit is contained in:
Maxwell G 2023-10-20 01:40:54 +00:00
parent d08d2f1660
commit 956102c5d9
No known key found for this signature in database
GPG Key ID: F79E4E25E8C661F8

View File

@ -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)