Re-add dependency on python-setuptools.
This commit is contained in:
parent
83e53b6271
commit
b887c5baaf
1 changed files with 5 additions and 0 deletions
|
|
@ -55,6 +55,7 @@ BuildRequires: python2-babel >= 0.8
|
|||
BuildRequires: python2-markupsafe >= 0.23
|
||||
Requires: python2-babel >= 0.8
|
||||
Requires: python2-markupsafe >= 0.23
|
||||
Requires: python2-setuptools
|
||||
%{?python_provide:%python_provide python2-jinja2}
|
||||
|
||||
%description -n python2-jinja2
|
||||
|
|
@ -87,6 +88,7 @@ BuildRequires: python3-sphinx-issues
|
|||
%endif
|
||||
Requires: python3-babel >= 0.8
|
||||
Requires: python3-markupsafe >= 0.23
|
||||
Requires: python3-setuptools
|
||||
%{?python_provide:%python_provide python3-jinja2}
|
||||
|
||||
%description -n python3-jinja2
|
||||
|
|
@ -178,6 +180,9 @@ PYTHONPATH=$(pwd)/src %{__python3} -m pytest tests
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Apr 15 2020 Thomas Moschny <thomas.moschny@gmx.de> - 2.11.2-1
|
||||
- Re-add dependency on python-setuptools.
|
||||
|
||||
* Wed Apr 15 2020 Dan Horák <dan[at]danny.cz> - 2.11.2-1
|
||||
- Update to 2.11.2
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue