Delete unnecessary gdb from BuildRequires

This commit is contained in:
tanyulong2021 2022-06-20 14:17:36 +08:00
parent d29db1f4ec
commit 5af2946458

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