Move the bundled Provides, so they work, use standard naming
This commit is contained in:
parent
cb1eaeaaed
commit
335ff21dac
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user