Add missing python_provide for python3-mako
See https://fedoraproject.org/wiki/Packaging:Python#The_.25python_provide_macro
This commit is contained in:
parent
456d72d8b1
commit
d0221b8af2
@ -86,6 +86,8 @@ Requires: python3-markupsafe
|
|||||||
# Beaker is the preferred caching backend, but is not strictly necessary
|
# Beaker is the preferred caching backend, but is not strictly necessary
|
||||||
Recommends: python3-beaker
|
Recommends: python3-beaker
|
||||||
|
|
||||||
|
%{?python_provide:%python_provide python3-mako}
|
||||||
|
|
||||||
%description -n python3-mako
|
%description -n python3-mako
|
||||||
Mako is a template library written in Python. It provides a familiar, non-XML
|
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
|
syntax which compiles into Python modules for maximum performance. Mako's
|
||||||
@ -165,6 +167,7 @@ popd
|
|||||||
%changelog
|
%changelog
|
||||||
* Wed Mar 28 2018 Petr Viktorin <pviktori@redhat.com> - 1.0.6-9
|
* Wed Mar 28 2018 Petr Viktorin <pviktori@redhat.com> - 1.0.6-9
|
||||||
- Make python-beaker an optional dependency
|
- Make python-beaker an optional dependency
|
||||||
|
- Add missing python_provide for python3-mako
|
||||||
|
|
||||||
* Mon Feb 12 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.0.6-8
|
* Mon Feb 12 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.0.6-8
|
||||||
- Update Python 2 dependency declarations to new packaging standards
|
- Update Python 2 dependency declarations to new packaging standards
|
||||||
|
Loading…
Reference in New Issue
Block a user