add buildrequires python3-urllib3

This commit is contained in:
zhangxianting 2024-05-29 16:13:28 +08:00
parent 8a1b57cf0f
commit c56a66dce6

View File

@ -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 <zhangxianting@uniontech.com> - 1.0.0-2
- add buildrequires python3-urllib3
* Wed Feb 28 2024 linshoubao <linshoubao@163.com> - 1.0.0-1
- Package Spec generated