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