!5 python-scrypt delete BuildRequires gdb

From: @chenyanpanHW
Reviewed-by: @yangzhao_kl
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2021-08-05 03:35:16 +00:00 committed by Gitee
commit f407c7e1db

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0
Name: python-scrypt
Version: 0.8.17
Release: 2
Release: 3
Summary: Bindings for the scrypt key derivation function library
License: BSD
URL: https://github.com/holgern/py-scrypt
@ -19,7 +19,6 @@ BuildRequires: openssl-devel
BuildRequires: python3-setuptools
BuildRequires: python3-cffi
BuildRequires: gcc
BuildRequires: gdb
%description -n python3-scrypt
@ -70,6 +69,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Wed Aug 04 2021 chenyanpanHW <chenyanpan@huawei.com> - 0.8.17-3
- DESC: delete BuildRequires gdb
* Wen Feb 03 2021 zhaorenhai <zhaorenhai@hotmailc.om> - 0.8.7-2
- Add openssl-devel build requires.