From f6e8746b4c12f300f72a9171fe06255643c10f9e Mon Sep 17 00:00:00 2001 From: Jonny Heggheim Date: Fri, 2 Apr 2021 19:33:19 +0200 Subject: [PATCH] python_provide is no longer needed in Fedora 33 and later --- python-typing-extensions.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/python-typing-extensions.spec b/python-typing-extensions.spec index e8e4839..25f4f14 100644 --- a/python-typing-extensions.spec +++ b/python-typing-extensions.spec @@ -42,7 +42,6 @@ BuildRequires: python3-test BuildRequires: python3-pytest BuildRequires: python3-pytest-xdist BuildRequires: python3-pytest-cov -%{?python_provide:%python_provide python3-%{srcname}} %description -n python3-typing-extensions Typing Extensions - Backported and Experimental Type Hints for Python