Accepting request 1325633 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1325633
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mocket?expand=0&rev=48
This commit is contained in:
2026-01-07 15:00:35 +00:00
committed by Git OBS Bridge
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jan 6 13:43:58 UTC 2026 - Dominique Leuenberger <dimstar@opensuse.org>
- 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 <sebix@sebix.at>

View File

@@ -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}