modify buildrequire crypto to cryptography

(cherry picked from commit a2c317675788a4f5869c0bdb43e0ae39aa292c03)
(cherry picked from commit d093ed51c0a5eedb11cd02d36248aed210caa0ba)
This commit is contained in:
lyn1001 2023-05-29 14:49:34 +08:00 committed by openeuler-sync-bot
parent a3b6dbf86f
commit e25b5ac8af

View File

@ -1,6 +1,6 @@
Name: python-flask-restful Name: python-flask-restful
Version: 0.3.9 Version: 0.3.9
Release: 1 Release: 2
Summary: Framework for creating REST APIs Summary: Framework for creating REST APIs
License: BSD-3-Clause License: BSD-3-Clause
URL: https://www.github.com/flask-restful/flask-restful/ URL: https://www.github.com/flask-restful/flask-restful/
@ -8,7 +8,7 @@ Source0: https://github.com/flask-restful/flask-restful/archive/refs/tags
BuildArch: noarch BuildArch: noarch
BuildRequires: git gcc python3-pytz python3-setuptools python3-mock python3-blinker 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 python3-cryptography
%description %description
Flask-RESTful provides the building blocks for creating a REST API. Flask-RESTful provides the building blocks for creating a REST API.
@ -41,6 +41,9 @@ rm -rf docs/_themes/.gitignore
%{python3_sitelib}/* %{python3_sitelib}/*
%changelog %changelog
* Mon May 29 2023 liyanan <thistleslyn@163.com> - 0.3.9-2
- modify buildrequire crypto to cryptography
* Fri Oct 21 2022 Ge Wang <wangge20@h-partners.com> - 0.3.9-1 * Fri Oct 21 2022 Ge Wang <wangge20@h-partners.com> - 0.3.9-1
- Upgrade to version 0.3.9 - Upgrade to version 0.3.9