From aab743bce228be42a5124ad2352ed4de8c74b3a0b4a38d3269322ed674a90863 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Thu, 26 Sep 2024 04:10:08 +0000 Subject: [PATCH] - Add missing BuildRequires on pyOpenSSL. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-proton-client?expand=0&rev=10 --- python-proton-client.changes | 5 +++++ python-proton-client.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python-proton-client.changes b/python-proton-client.changes index c2f38ce..1e1830e 100644 --- a/python-proton-client.changes +++ b/python-proton-client.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 26 04:09:37 UTC 2024 - Steve Kowalik + +- Add missing BuildRequires on pyOpenSSL. + ------------------------------------------------------------------- Mon Sep 25 16:24:28 UTC 2023 - Matej Cepl diff --git a/python-proton-client.spec b/python-proton-client.spec index 131b063..cb3f259 100644 --- a/python-proton-client.spec +++ b/python-proton-client.spec @@ -1,7 +1,7 @@ # # spec file for package python-proton-client # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -29,6 +29,7 @@ Patch1: urllib3-v2-migration.patch BuildRequires: %{python_module bcrypt} BuildRequires: %{python_module gnupg} BuildRequires: %{python_module pip} +BuildRequires: %{python_module pyOpenSSL} BuildRequires: %{python_module pytest} BuildRequires: %{python_module requests} BuildRequires: %{python_module wheel} @@ -65,6 +66,6 @@ wrapper to Proton Technologies API, abstracting from the SRP authentication. %license LICENSE %doc README.md %{python_sitelib}/proton -%{python_sitelib}/proton_client-%{version}*-info +%{python_sitelib}/proton_client-%{version}.dist-info %changelog