From ae8713e8c4f9ee10285d59a44f2874810f793214 Mon Sep 17 00:00:00 2001 From: kkz Date: Thu, 3 Mar 2022 15:54:21 +0800 Subject: [PATCH] remove some unnecessary buildrequires --- python-flask-restful.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-flask-restful.spec b/python-flask-restful.spec index ecf36da..e7b0f77 100644 --- a/python-flask-restful.spec +++ b/python-flask-restful.spec @@ -1,6 +1,6 @@ Name: python-flask-restful Version: 0.3.8 -Release: 2 +Release: 3 Summary: Framework for creating REST APIs License: BSD URL: https://www.github.com/flask-restful/flask-restful/ @@ -10,7 +10,7 @@ Patch6000: backport-Fix-testsuite-for-werkzeug-1.x.patch BuildArch: noarch BuildRequires: git gcc python3-pytz python3-setuptools python3-nose 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-devel %description Flask-RESTful provides the building blocks for creating a REST API. @@ -43,6 +43,9 @@ rm -rf docs/_themes/.gitignore %{python3_sitelib}/* %changelog +* Thu Mar 3 2022 zhaoshuang - 0.3.8-3 +- remove some unnecessary buildrequires + * Thu Feb 18 2021 shixuantong - 0.3.8-2 - Fix testsuite for werkzeug 1.x -- Gitee