!8 add buildrequires python3-urllib3

From: @zhangxianting 
Reviewed-by: @dillon_chen 
Signed-off-by: @dillon_chen
This commit is contained in:
openeuler-ci-bot 2024-05-30 09:33:59 +00:00 committed by Gitee
commit 3a68fd86dc
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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