From 696e7c78cce41d58556685da6709858b6de3e8047da7e14df8e9b1cb552e35b9 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 7 Dec 2020 05:05:38 +0000 Subject: [PATCH] Accepting request 853432 from home:mcepl:branches:devel:tools:scm - Remove unnecessary dependency virtualenv. OBS-URL: https://build.opensuse.org/request/show/853432 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cryptography?expand=0&rev=129 --- python-cryptography.changes | 5 +++++ python-cryptography.spec | 1 - skip_openssl_memleak_test.patch | 8 +++----- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/python-cryptography.changes b/python-cryptography.changes index e79cf2a..84430a8 100644 --- a/python-cryptography.changes +++ b/python-cryptography.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Dec 6 20:37:33 UTC 2020 - Matej Cepl + +- Remove unnecessary dependency virtualenv. + ------------------------------------------------------------------- Wed Oct 28 14:29:05 UTC 2020 - Michael Ströder diff --git a/python-cryptography.spec b/python-cryptography.spec index 65f2ea8..294f559 100644 --- a/python-cryptography.spec +++ b/python-cryptography.spec @@ -63,7 +63,6 @@ BuildRequires: %{python_module packaging} BuildRequires: %{python_module pretend} BuildRequires: %{python_module pyasn1 >= 0.1.8} BuildRequires: %{python_module pytest > 3.3.0} -BuildRequires: %{python_module virtualenv} # /SECTION # python-base is not enough, we need the _ssl module %ifpython2 diff --git a/skip_openssl_memleak_test.patch b/skip_openssl_memleak_test.patch index 96c4d5f..67c67cb 100644 --- a/skip_openssl_memleak_test.patch +++ b/skip_openssl_memleak_test.patch @@ -1,8 +1,6 @@ -Index: cryptography-3.0/tests/hazmat/backends/test_openssl_memleak.py -=================================================================== ---- cryptography-3.0.orig/tests/hazmat/backends/test_openssl_memleak.py -+++ cryptography-3.0/tests/hazmat/backends/test_openssl_memleak.py -@@ -153,10 +153,9 @@ def assert_no_memory_leaks(s, argv=[]): +--- a/tests/hazmat/backends/test_openssl_memleak.py ++++ b/tests/hazmat/backends/test_openssl_memleak.py +@@ -156,10 +156,9 @@ def assert_no_memory_leaks(s, argv=[]): def skip_if_memtesting_not_supported():