From 96c62fc95d0a92ab70c70b24047b3c8892e6eb97 Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Sun, 26 Jun 2022 11:53:19 -0500 Subject: [PATCH] Remove obsolete %python_provides --- python-flit.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/python-flit.spec b/python-flit.spec index 1a5c583..9a8e4eb 100644 --- a/python-flit.spec +++ b/python-flit.spec @@ -61,7 +61,6 @@ so long as they can be imported on Python 3.} %package -n python3-%{srcname} Summary: %{summary} -%{?python_provide:%python_provide python3-%{srcname}} Requires: python3-%{srcname}-core = %{version}-%{release} # https://pypi.python.org/pypi/tornado @@ -76,7 +75,6 @@ Recommends: python3-pygments %package -n python3-%{srcname}-core Summary: PEP 517 build backend for packages using Flit -%{?python_provide:%python_provide python3-%{srcname}-core} Conflicts: python3-%{srcname} < 2.1.0-2 # We manually specify this, because it's bundled upstream and not in the metadata Requires: python3-tomli