!11 【轻量级 PR】:增加缺失安装依赖 python3-simplejson

From: @disnight
Reviewed-by: @small_leek
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2021-09-30 02:52:01 +00:00 committed by Gitee
commit 7bb1e488af

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
@ -20,7 +20,7 @@ frameworks.
%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
@ -51,6 +51,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 python3-simplejson
* Thu Feb 04 2021 zhaorenhai <zhaorenhai@hotmail.com> - 1.1.2-1
- Upgrade version to 1.1.2