移除flask依赖simplejson
This commit is contained in:
parent
7bb1e488af
commit
250deaf9a8
@ -1,6 +1,6 @@
|
|||||||
Name: python-flask
|
Name: python-flask
|
||||||
Version: 1.1.2
|
Version: 1.1.2
|
||||||
Release: 2
|
Release: 3
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Summary: A lightweight WSGI web application framework
|
Summary: A lightweight WSGI web application framework
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -20,7 +20,7 @@ frameworks.
|
|||||||
%package -n python3-flask
|
%package -n python3-flask
|
||||||
Summary: python-flask for python 3 version
|
Summary: python-flask for python 3 version
|
||||||
%{?python_provide:%python_provide python3-flask}
|
%{?python_provide:%python_provide python3-flask}
|
||||||
Requires: python3-jinja2 python3-werkzeug python3-itsdangerous python3-click python3-simplejson
|
Requires: python3-jinja2 python3-werkzeug python3-itsdangerous python3-click
|
||||||
|
|
||||||
%description -n python3-flask
|
%description -n python3-flask
|
||||||
Python-flask for python 3 version
|
Python-flask for python 3 version
|
||||||
@ -51,6 +51,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} -v || :
|
|||||||
%{python3_sitelib}/*
|
%{python3_sitelib}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 27 2021 Haiwei Li<lihaiwei8@huawei.com> - 1.1.2-3
|
||||||
|
- backport add require pythonx-simplejson. details see issue #I4CGIS
|
||||||
|
|
||||||
* Thu Sep 30 2021 Jiachen Fan<fanjiachen3@huawei.com> - 1.1.2-2
|
* Thu Sep 30 2021 Jiachen Fan<fanjiachen3@huawei.com> - 1.1.2-2
|
||||||
- add missing install Requires python3-simplejson
|
- add missing install Requires python3-simplejson
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user