Delete unnecessary gdb from BuildRequires
This commit is contained in:
parent
d29db1f4ec
commit
5af2946458
@ -1,7 +1,7 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-bcrypt
|
Name: python-bcrypt
|
||||||
Version: 3.2.0
|
Version: 3.2.0
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Modern password hashing for your software and your servers
|
Summary: Modern password hashing for your software and your servers
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://github.com/pyca/bcrypt/
|
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
|
%package -n python3-bcrypt
|
||||||
Summary: Modern password hashing for your software and your servers
|
Summary: Modern password hashing for your software and your servers
|
||||||
Provides: python-bcrypt
|
Provides: python-bcrypt
|
||||||
# Base build requires
|
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: python3-cffi
|
BuildRequires: python3-cffi
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: gdb
|
|
||||||
BuildRequires: python3-six
|
BuildRequires: python3-six
|
||||||
BuildRequires: python3-pytest
|
BuildRequires: python3-pytest
|
||||||
%description -n python3-bcrypt
|
%description -n python3-bcrypt
|
||||||
@ -77,6 +76,9 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jul 14 2021 OpenStack_SIG <openstack@openeuler.org> - 3.2.0-1
|
||||||
- Upgrade to version 3.2.0
|
- Upgrade to version 3.2.0
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user