diff --git a/python-truststore.changes b/python-truststore.changes index 755b19c..bcce2b9 100644 --- a/python-truststore.changes +++ b/python-truststore.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Oct 3 05:43:57 UTC 2024 - Steve Kowalik + +- Add missing BuildRequires on pyOpenSSL for the testsuite, rather than + depending on it transitivity. + ------------------------------------------------------------------- Wed Aug 14 05:38:45 UTC 2024 - Steve Kowalik diff --git a/python-truststore.spec b/python-truststore.spec index 7551b8d..d78e2f1 100644 --- a/python-truststore.spec +++ b/python-truststore.spec @@ -29,6 +29,7 @@ BuildRequires: %{python_module flaky} BuildRequires: %{python_module flit-core} BuildRequires: %{python_module httpx} BuildRequires: %{python_module pip} +BuildRequires: %{python_module pyOpenSSL} BuildRequires: %{python_module pytest-asyncio} BuildRequires: %{python_module pytest-httpserver} BuildRequires: %{python_module pytest}