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}