14
0

Accepting request 981552 from home:gladiac:mailman3

- Remove Python 3.6 deprecation warning on openSUSE Leap.
  * Added remove_python_3_6_deprecation_warning.patch

Note: This fixes the mailman:test

OBS-URL: https://build.opensuse.org/request/show/981552
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cryptography?expand=0&rev=156
This commit is contained in:
2022-06-13 06:38:29 +00:00
committed by Git OBS Bridge
parent 6580b793ba
commit 774bcc3f83
3 changed files with 26 additions and 0 deletions

View File

@@ -42,6 +42,9 @@ Source2: vendor.tar.zst
Source3: cargo_config
Source4: python-cryptography.keyring
Patch2: skip_openssl_memleak_test.patch
%if 0%{?sle_version} && 0%{?sle_version} <= 150400
Patch3: remove_python_3_6_deprecation_warning.patch
%endif
BuildRequires: %{python_module cffi >= 1.12}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools-rust}