From d82dbf52dfb1e1e9773e0d2ceedc6ce462387f5653154b02f2f50a6f363c532b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 12 Feb 2021 09:42:36 +0000 Subject: [PATCH] Accepting request 871243 from home:pmonrealgonzalez:branches:devel:languages:python To be evaluated in Staging:O, it fixes the build there. OBS-URL: https://build.opensuse.org/request/show/871243 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Twisted?expand=0&rev=98 --- python-Twisted.changes | 5 +++++ python-Twisted.spec | 7 ++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/python-Twisted.changes b/python-Twisted.changes index 8a51e24..3b6939f 100644 --- a/python-Twisted.changes +++ b/python-Twisted.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Feb 11 15:49:07 UTC 2021 - Pedro Monreal + +- Relax the crypto policies for the test-suite + ------------------------------------------------------------------- Fri Dec 11 00:02:02 UTC 2020 - Benjamin Greiner diff --git a/python-Twisted.spec b/python-Twisted.spec index 6373336..e37b0c2 100644 --- a/python-Twisted.spec +++ b/python-Twisted.spec @@ -1,7 +1,7 @@ # # spec file for package python-Twisted # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -130,6 +130,11 @@ rm %{buildroot}%{_bindir}/mailmail %{buildroot}%{_mandir}/man1/mailmail.1 export LANG=en_US.UTF-8 export PATH=%{buildroot}%{_bindir}:$PATH export PYTHONDONTWRITEBYTECODE=1 + +# Relax the crypto policies for the test-suite +export OPENSSL_SYSTEM_CIPHERS_OVERRIDE=xyz_nonexistent_file +export OPENSSL_CONF='' + %python_expand PYTHONPATH=%{buildroot}%{$python_sitearch} $python -m twisted.trial twisted %post