Re-add dependency on python-setuptools.
This commit is contained in:
parent
83e53b6271
commit
b887c5baaf
@ -55,6 +55,7 @@ BuildRequires: python2-babel >= 0.8
|
|||||||
BuildRequires: python2-markupsafe >= 0.23
|
BuildRequires: python2-markupsafe >= 0.23
|
||||||
Requires: python2-babel >= 0.8
|
Requires: python2-babel >= 0.8
|
||||||
Requires: python2-markupsafe >= 0.23
|
Requires: python2-markupsafe >= 0.23
|
||||||
|
Requires: python2-setuptools
|
||||||
%{?python_provide:%python_provide python2-jinja2}
|
%{?python_provide:%python_provide python2-jinja2}
|
||||||
|
|
||||||
%description -n python2-jinja2
|
%description -n python2-jinja2
|
||||||
@ -87,6 +88,7 @@ BuildRequires: python3-sphinx-issues
|
|||||||
%endif
|
%endif
|
||||||
Requires: python3-babel >= 0.8
|
Requires: python3-babel >= 0.8
|
||||||
Requires: python3-markupsafe >= 0.23
|
Requires: python3-markupsafe >= 0.23
|
||||||
|
Requires: python3-setuptools
|
||||||
%{?python_provide:%python_provide python3-jinja2}
|
%{?python_provide:%python_provide python3-jinja2}
|
||||||
|
|
||||||
%description -n python3-jinja2
|
%description -n python3-jinja2
|
||||||
@ -178,6 +180,9 @@ PYTHONPATH=$(pwd)/src %{__python3} -m pytest tests
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Apr 15 2020 Dan Horák <dan[at]danny.cz> - 2.11.2-1
|
||||||
- Update to 2.11.2
|
- Update to 2.11.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user