diff --git a/Cython.spec b/Cython.spec index f91169c..58b7ce7 100644 --- a/Cython.spec +++ b/Cython.spec @@ -39,6 +39,12 @@ BuildRequires: python3-numpy BuildRequires: python3-jedi %endif +# A small templating library is bundled in Cython/Tempita +# Upstream version 0.5.2 is available from https://pypi.org/project/Tempita +# but the bundled copy is patched and reorganized. +# Upstream homepage is inaccessible. +Provides: bundled(python3dist(tempita)) + %description -n python3-%{srcname} %{_description} Python 3 version.