From 7e7fd7c3dcd54843cbe3d4a09e82e93a50b7d06d9df51ab098c6bf03ca779dbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 6 Jan 2026 13:45:26 +0000 Subject: [PATCH] Accepting request 1325632 from home:dimstar:Factory - Explicitly BuildRequire python-httpx for the test suite. This used to be pulled in by -geven in the past. OBS-URL: https://build.opensuse.org/request/show/1325632 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mocket?expand=0&rev=113 --- python-mocket.changes | 6 ++++++ python-mocket.spec | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/python-mocket.changes b/python-mocket.changes index 980e01c..a35f694 100644 --- a/python-mocket.changes +++ b/python-mocket.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jan 6 13:43:58 UTC 2026 - Dominique Leuenberger + +- Explicitly BuildRequire python-httpx for the test suite. This + used to be pulled in by -geven in the past. + ------------------------------------------------------------------- Sat Oct 11 07:44:50 UTC 2025 - Sebastian Wagner diff --git a/python-mocket.spec b/python-mocket.spec index 7ab8e68..6d926ac 100644 --- a/python-mocket.spec +++ b/python-mocket.spec @@ -1,7 +1,7 @@ # # spec file for package python-mocket # -# 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 @@ -61,6 +61,7 @@ BuildRequires: %{python_module asgiref} BuildRequires: %{python_module fastapi} BuildRequires: %{python_module gevent} BuildRequires: %{python_module httptools} +BuildRequires: %{python_module httpx} BuildRequires: %{python_module mocket = %{version}} BuildRequires: %{python_module psutil} BuildRequires: %{python_module pytest-asyncio}