!8 add buildrequires python3-urllib3
From: @zhangxianting Reviewed-by: @dillon_chen Signed-off-by: @dillon_chen
This commit is contained in:
commit
3a68fd86dc
@ -2,7 +2,7 @@
|
|||||||
Name: poissonsearch-py
|
Name: poissonsearch-py
|
||||||
Version: 1.0.0
|
Version: 1.0.0
|
||||||
%define package_version 1.0.0-alpha1
|
%define package_version 1.0.0-alpha1
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Python client for Elasticsearch
|
Summary: Python client for Elasticsearch
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://gitee.com/openeuler/poissonsearch-py
|
URL: https://gitee.com/openeuler/poissonsearch-py
|
||||||
@ -16,6 +16,7 @@ BuildRequires: python3-mock
|
|||||||
BuildRequires: python3-numpy
|
BuildRequires: python3-numpy
|
||||||
BuildRequires: python3-pandas
|
BuildRequires: python3-pandas
|
||||||
BuildRequires: python3-pytest
|
BuildRequires: python3-pytest
|
||||||
|
BuildRequires: python3-urllib3
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Official low-level client for Elasticsearch, forked from elastic/elasticsearch-py 7.10.1. Its goal is to provide common
|
Official low-level client for Elasticsearch, forked from elastic/elasticsearch-py 7.10.1. Its goal is to provide common
|
||||||
@ -91,6 +92,9 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 29 2024 zhangxianting <zhangxianting@uniontech.com> - 1.0.0-2
|
||||||
|
- add buildrequires python3-urllib3
|
||||||
|
|
||||||
* Wed Feb 28 2024 linshoubao <linshoubao@163.com> - 1.0.0-1
|
* Wed Feb 28 2024 linshoubao <linshoubao@163.com> - 1.0.0-1
|
||||||
- Package Spec generated
|
- Package Spec generated
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user