From 335ff21dac083e468ac992d860d97dcb91f76549 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 31 Mar 2021 17:19:41 +0200 Subject: [PATCH] Move the bundled Provides, so they work, use standard naming --- python-flit.spec | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/python-flit.spec b/python-flit.spec index fc02217..703ebc7 100644 --- a/python-flit.spec +++ b/python-flit.spec @@ -42,10 +42,6 @@ BuildRequires: python3-testpath BuildRequires: python3-requests-download %endif -# https://pypi.python.org/pypi/tornado -# ./flit/log.py unknown version -Provides: bundled(python-tornado) - %global _description %{expand: Flit is a simple way to put Python packages and modules on PyPI. @@ -67,6 +63,9 @@ Summary: %{summary} %{?python_provide:%python_provide python3-%{srcname}} Requires: python3-%{srcname}-core = %{version}-%{release} +# https://pypi.python.org/pypi/tornado +# ./flit/log.py unknown version +Provides: bundled(python3dist(tornado)) # soft dependency: (WARNING) Cannot analyze code. Pygments package not found. Recommends: python3-pygments