diff --git a/Cython.spec b/Cython.spec index f91169c..fbc8bc5 100644 --- a/Cython.spec +++ b/Cython.spec @@ -13,6 +13,10 @@ License: ASL 2.0 URL: http://www.cython.org Source: https://github.com/cython/cython/archive/%{upver}/%{srcname}-%{version}.tar.gz +# Small templating library bundled in Cython/Tempita +# Upstream: https://pypi.org/project/Tempita +Provides: bundled(python3dist(tempita)) + BuildRequires: gcc %if %{with tests} BuildRequires: gcc-c++