14
0

Accepting request 1203729 from devel:languages:python

- Add missing BuildRequires on pyOpenSSL.

OBS-URL: https://build.opensuse.org/request/show/1203729
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-proton-client?expand=0&rev=4
This commit is contained in:
2024-09-26 16:53:45 +00:00
committed by Git OBS Bridge
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Sep 26 04:09:37 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Add missing BuildRequires on pyOpenSSL.
-------------------------------------------------------------------
Mon Sep 25 16:24:28 UTC 2023 - Matej Cepl <mcepl@suse.com>

View File

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