delete BuildRequires gdb

This commit is contained in:
chenyanpanHW 2021-08-04 21:19:48 +08:00
parent 3f809729d9
commit 465b5e318a
No known key found for this signature in database
GPG Key ID: 6DAA738A86DB45D7

View File

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