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