Remove dependencies python3-crypto only used during the test.

Signed-off-by: cherry530 <707078654@qq.com>
(cherry picked from commit 8411181e680e13eba7e62bcff32293d05bdd0ddd)
This commit is contained in:
cherry530 2023-08-14 14:12:56 +08:00 committed by openeuler-sync-bot
parent 94ca7b8d5a
commit 40d199e8a3

View File

@ -1,6 +1,6 @@
Name: python-flask-restful
Version: 0.3.10
Release: 1
Release: 2
Summary: Framework for creating REST APIs
License: BSD-3-Clause
URL: https://www.github.com/flask-restful/flask-restful/
@ -8,7 +8,7 @@ Source0: https://files.pythonhosted.org/packages/c0/ce/a0a133db616ea47f78
BuildArch: noarch
BuildRequires: git gcc python3-pytz python3-setuptools python3-mock python3-blinker
BuildRequires: python3-flask python3-six python3-aniso8601 python3-pytz python3-devel python3-crypto
BuildRequires: python3-flask python3-six python3-aniso8601 python3-pytz python3-devel
%description
Flask-RESTful provides the building blocks for creating a REST API.
@ -41,6 +41,9 @@ rm -rf docs/_themes/.gitignore
%{python3_sitelib}/*
%changelog
* Mon Aug 14 2023 xu_ping <707078654@qq.com> - 0.3.10-2
- Remove dependencies python3-crypto only used during the test.
* Tue Jul 04 2023 chenzixuan <chenzixuan@kylinos.cn> - 0.3.10-1
- Update package to version 0.3.10