From f2782313b6699c4e6fc55fa47c3d5c84e1fb91762a05294db5632650839b0611 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Mon, 11 Aug 2025 06:24:53 +0000 Subject: [PATCH] - Add missing BuildRequires on pytest-asyncio and pyhanko-certvalidator. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-certomancer?expand=0&rev=7 --- python-certomancer.changes | 5 +++++ python-certomancer.spec | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/python-certomancer.changes b/python-certomancer.changes index cadf1ec..7baf06c 100644 --- a/python-certomancer.changes +++ b/python-certomancer.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Aug 11 06:24:15 UTC 2025 - Steve Kowalik + +- Add missing BuildRequires on pytest-asyncio and pyhanko-certvalidator. + ------------------------------------------------------------------- Wed Jun 25 06:57:29 UTC 2025 - John Paul Adrian Glaubitz diff --git a/python-certomancer.spec b/python-certomancer.spec index 123a5cf..df97b52 100644 --- a/python-certomancer.spec +++ b/python-certomancer.spec @@ -1,7 +1,7 @@ # # spec file for package python-certomancer # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 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 @@ -42,6 +42,8 @@ BuildRequires: %{python_module Werkzeug} BuildRequires: %{python_module click >= 7.1.2} BuildRequires: %{python_module cryptography >= 3.4.7} BuildRequires: %{python_module freezegun >= 1.1.0} +BuildRequires: %{python_module pyhanko-certvalidator} +BuildRequires: %{python_module pytest-asyncio} BuildRequires: %{python_module pytest} BuildRequires: %{python_module python-dateutil >= 2.8.1} BuildRequires: %{python_module requests-mock}