增加缺失安装依赖 python2/3-simplejson

This commit is contained in:
DisNight 2021-09-30 02:52:32 +00:00 committed by Gitee
parent af528f13c0
commit f580766667

View File

@ -1,6 +1,6 @@
Name: python-flask
Version: 1.1.2
Release: 1
Release: 2
Epoch: 1
Summary: A lightweight WSGI web application framework
License: BSD
@ -22,7 +22,7 @@ frameworks.
%package -n python2-flask
Summary: python-flask for python 2 version
%{?python_provide:%python_provide python2-flask}
Requires: python2-jinja2 python2-werkzeug python2-itsdangerous python2-click
Requires: python2-jinja2 python2-werkzeug python2-itsdangerous python2-click python2-simplejson
%description -n python2-flask
Python-flask for python 2 version
@ -30,7 +30,7 @@ Python-flask for python 2 version
%package -n python3-flask
Summary: python-flask for python 3 version
%{?python_provide:%python_provide python3-flask}
Requires: python3-jinja2 python3-werkzeug python3-itsdangerous python3-click
Requires: python3-jinja2 python3-werkzeug python3-itsdangerous python3-click python3-simplejson
%description -n python3-flask
Python-flask for python 3 version
@ -77,6 +77,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} -v || :
%{python3_sitelib}/*
%changelog
* Thu Sep 30 2021 Jiachen Fan<fanjiachen3@huawei.com> - 1.1.2-2
- add missing install Requires python2/3-simplejson
* Wed Aug 18 2021 huanghaitao <huanghaitao@huawei.com> - 1.1.2-1
- Upgrade version to 1.1.2