From c56a66dce6bd3f8370a0f53d06725b3c50a04f18 Mon Sep 17 00:00:00 2001 From: zhangxianting Date: Wed, 29 May 2024 16:13:28 +0800 Subject: [PATCH] add buildrequires python3-urllib3 --- poissonsearch-py.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/poissonsearch-py.spec b/poissonsearch-py.spec index 9412efc..b112cfa 100644 --- a/poissonsearch-py.spec +++ b/poissonsearch-py.spec @@ -2,7 +2,7 @@ Name: poissonsearch-py Version: 1.0.0 %define package_version 1.0.0-alpha1 -Release: 1 +Release: 2 Summary: Python client for Elasticsearch License: Apache-2.0 URL: https://gitee.com/openeuler/poissonsearch-py @@ -16,6 +16,7 @@ BuildRequires: python3-mock BuildRequires: python3-numpy BuildRequires: python3-pandas BuildRequires: python3-pytest +BuildRequires: python3-urllib3 %description 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}/* %changelog +* Wed May 29 2024 zhangxianting - 1.0.0-2 +- add buildrequires python3-urllib3 + * Wed Feb 28 2024 linshoubao - 1.0.0-1 - Package Spec generated