!20 Delete unnecessary gdb from BuildRequires

From: @tanyulong2021 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2022-06-28 06:09:18 +00:00 committed by Gitee
commit c865328ddc
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0
Name: python-bcrypt
Version: 3.2.0
Release: 1
Release: 2
Summary: Modern password hashing for your software and your servers
License: Apache-2.0
URL: https://github.com/pyca/bcrypt/
@ -13,12 +13,11 @@ This library should be compatible with py-bcrypt and it will run on Python 2.7,
%package -n python3-bcrypt
Summary: Modern password hashing for your software and your servers
Provides: python-bcrypt
# Base build requires
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-cffi
BuildRequires: gcc
BuildRequires: gdb
BuildRequires: python3-six
BuildRequires: python3-pytest
%description -n python3-bcrypt
@ -77,6 +76,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Mon Jun 20 2022 tanyulong <tanyulong@kylinos.cn> - 3.2.0-2
- Delete unnecessary gdb from BuildRequires
* Wed Jul 14 2021 OpenStack_SIG <openstack@openeuler.org> - 3.2.0-1
- Upgrade to version 3.2.0