delete useless buildrequires
This commit is contained in:
parent
c731555225
commit
01f3b9bffa
@ -1,16 +1,14 @@
|
|||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
Name: python-ldap
|
Name: python-ldap
|
||||||
Version: 3.1.0
|
Version: 3.1.0
|
||||||
Release: 3
|
Release: 4
|
||||||
Summary: An object-oriented API to access LDAP directory servers
|
Summary: An object-oriented API to access LDAP directory servers
|
||||||
License: Python
|
License: Python
|
||||||
URL: http://python-ldap.org/
|
URL: http://python-ldap.org/
|
||||||
Source0: https://files.pythonhosted.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
|
Source0: https://files.pythonhosted.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: gcc openldap-devel >= 2.4.45-4 openssl-devel cyrus-sasl-devel
|
BuildRequires: gcc openldap-devel openssl-devel cyrus-sasl-devel
|
||||||
BuildRequires: python3-devel python3-setuptools openldap-servers >= 2.4.45-4
|
BuildRequires: python3-devel python3-setuptools openldap-servers
|
||||||
BuildRequires: python3-coverage openldap-clients >= 2.4.45-4 /usr/bin/tox
|
|
||||||
BuildRequires: python3-pyasn1 >= 0.3.7 python3-pyasn1-modules >= 0.1.5
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
python-ldap provides an object-oriented API for working with LDAP within\
|
python-ldap provides an object-oriented API for working with LDAP within\
|
||||||
@ -58,6 +56,9 @@ sed -i 's,-Werror,-Wignore,g' tox.ini
|
|||||||
%doc CHANGES README TODO Demo
|
%doc CHANGES README TODO Demo
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 14 2020 shixuantong<shixuantong@huawei.com> - 3.1.0-4
|
||||||
|
- delete useless buildrequires
|
||||||
|
|
||||||
* Tue Jun 23 2020 wangchong <wangchong56@huawei.com> - 3.1.0-3
|
* Tue Jun 23 2020 wangchong <wangchong56@huawei.com> - 3.1.0-3
|
||||||
- replace numbers with macros
|
- replace numbers with macros
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user