delete BuildRequires gdb

This commit is contained in:
chenyanpanHW 2021-08-04 21:17:07 +08:00
parent 1c6c0541d1
commit a68e843d75
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-argon2-cffi Name: python-argon2-cffi
Version: 20.1.0 Version: 20.1.0
Release: 1 Release: 2
Summary: The secure Argon2 password hashing algorithm. Summary: The secure Argon2 password hashing algorithm.
License: MIT License: MIT
URL: https://argon2-cffi.readthedocs.io/ URL: https://argon2-cffi.readthedocs.io/
@ -18,7 +18,6 @@ BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
BuildRequires: python3-cffi BuildRequires: python3-cffi
BuildRequires: gcc BuildRequires: gcc
BuildRequires: gdb
%description -n python3-argon2-cffi %description -n python3-argon2-cffi
CFFI-based Argon2 Bindings for Python CFFI-based Argon2 Bindings for Python
@ -69,5 +68,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Wed Aug 04 2021 chenyanpanHW <chenyanpan@huawei.com> - 20.1.0-2
- DESC: delete BuildRequires gdb
* Mon Jul 06 2020 Python_Bot <Python_Bot@openeuler.org> * Mon Jul 06 2020 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated - Package Spec generated