15
0

- Add no-need-parameterized.patch ... we don't need run-time requirement

of parameterized package (bsc#1185150).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-M2Crypto?expand=0&rev=101
This commit is contained in:
2021-04-22 22:35:11 +00:00
committed by Git OBS Bridge
parent 3e4e459152
commit 7200cf9139
3 changed files with 23 additions and 0 deletions

View File

@@ -34,6 +34,9 @@ Patch0: python-M2Crypto-Allow-on-UNABLE_TO_VERIFY_LEAF_SIGNATURE.patch
# PATCH-FIX-UPSTREAM 293_sslv23_padding.patch gl#m2crypto/m2crypto#293 mcepl@suse.com
# RSA_SSLV23_PADDING is evil and should be avoided.
Patch1: 293_sslv23_padding.patch
# PATCH-FIX-OPENSUSE no-need-parameterized.patch bsc#1185150 mcepl@suse.com
# no need to require parameterized for normal use
Patch2: no-need-parameterized.patch
BuildRequires: %{python_module devel}
BuildRequires: %{python_module parameterized}
BuildRequires: %{python_module pytest}