diff --git a/python-mako.spec b/python-mako.spec index 43c64bb..63b8e3f 100644 --- a/python-mako.spec +++ b/python-mako.spec @@ -86,6 +86,8 @@ Requires: python3-markupsafe # Beaker is the preferred caching backend, but is not strictly necessary Recommends: python3-beaker +%{?python_provide:%python_provide python3-mako} + %description -n python3-mako Mako is a template library written in Python. It provides a familiar, non-XML syntax which compiles into Python modules for maximum performance. Mako's @@ -165,6 +167,7 @@ popd %changelog * Wed Mar 28 2018 Petr Viktorin - 1.0.6-9 - Make python-beaker an optional dependency +- Add missing python_provide for python3-mako * Mon Feb 12 2018 Iryna Shcherbina - 1.0.6-8 - Update Python 2 dependency declarations to new packaging standards