From 1e07adae68a1e99f2374a66808c09a3d7cf2b01a30bc31d2b9e92f60d13c5bf4 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Thu, 8 Jan 2026 03:21:00 +0000 Subject: [PATCH] - Add missing BuildRequires on urllib3. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-geventhttpclient?expand=0&rev=34 --- python-geventhttpclient.changes | 5 +++++ python-geventhttpclient.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/python-geventhttpclient.changes b/python-geventhttpclient.changes index b0974ab..f1d03b5 100644 --- a/python-geventhttpclient.changes +++ b/python-geventhttpclient.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jan 8 03:20:27 UTC 2026 - Steve Kowalik + +- Add missing BuildRequires on urllib3. + ------------------------------------------------------------------- Mon Dec 29 21:45:41 UTC 2025 - Andreas Prittwitz diff --git a/python-geventhttpclient.spec b/python-geventhttpclient.spec index 14c24ba..3ed6c6a 100644 --- a/python-geventhttpclient.spec +++ b/python-geventhttpclient.spec @@ -1,7 +1,7 @@ # # spec file for package python-geventhttpclient # -# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,7 +22,6 @@ Version: 2.3.7 Release: 0 Summary: HTTP client library for gevent License: MIT -Group: Development/Languages/Python URL: https://github.com/gwik/geventhttpclient Source: https://files.pythonhosted.org/packages/source/g/geventhttpclient/geventhttpclient-%{version}.tar.gz # Needed for tests @@ -35,6 +34,7 @@ BuildRequires: %{python_module gevent} BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module urllib3} BuildRequires: %{python_module wheel} %if 0%{?suse_version} <= 1500 BuildRequires: python-mock @@ -87,6 +87,6 @@ rm -rf geventhttpclient-%{version}/tests/ %doc README.md %license LICENSE-MIT %{python_sitearch}/geventhttpclient -%{python_sitearch}/geventhttpclient-%{version}*-info +%{python_sitearch}/geventhttpclient-%{version}.dist-info %changelog