!6 去除无用的构建依赖gdb和更新许可证信息

From: @tong_1001
Reviewed-by: 
Signed-off-by:
This commit is contained in:
openeuler-ci-bot 2021-07-23 07:29:55 +00:00 committed by Gitee
commit 7af5d88ea0

View File

@ -2,9 +2,9 @@
Name: python-pycryptodomex Name: python-pycryptodomex
Version: 3.9.7 Version: 3.9.7
Release: 1 Release: 2
Summary: Cryptographic library for Python Summary: Cryptographic library for Python
License: BSD, Public Domain, Apache License: BSD 2-Clause and Public Domain and Apache-2.0
URL: https://www.pycryptodome.org URL: https://www.pycryptodome.org
Source0: https://files.pythonhosted.org/packages/7f/3c/80cfaec41c3a9d0f524fe29bca9ab22d02ac84b5bfd6e22ade97d405bdba/pycryptodomex-3.9.7.tar.gz Source0: https://files.pythonhosted.org/packages/7f/3c/80cfaec41c3a9d0f524fe29bca9ab22d02ac84b5bfd6e22ade97d405bdba/pycryptodomex-3.9.7.tar.gz
@ -24,7 +24,7 @@ BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
BuildRequires: python3-cffi BuildRequires: python3-cffi
BuildRequires: gcc BuildRequires: gcc
BuildRequires: gdb
%description -n python3-pycryptodomex %description -n python3-pycryptodomex
PyCryptodome is a self-contained Python package of low-level cryptographic primitives. PyCryptodome is a self-contained Python package of low-level cryptographic primitives.
PyCryptodome is a fork of PyCrypto. It brings several enhancements with PyCryptodome is a fork of PyCrypto. It brings several enhancements with
@ -87,5 +87,9 @@ mv %{buildroot}/doclist.lst .
%{_pkgdocdir} %{_pkgdocdir}
%changelog %changelog
* Wed May 20 2020 Python_Bot <Python_Bot@openeuler.org> * Wed Jul 21 2021 shixuantong<shixuantong@huawei.com> - 3.9.7-2
- remove gdb from BuildRequires
- Be More specific on BSD and Apache license
* Wed May 20 2020 Python_Bot <Python_Bot@openeuler.org> - 3.9.7-1
- Package Spec generated - Package Spec generated