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
This commit is contained in:
parent
021f24b88a
commit
696e7c78cc
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Dec 6 20:37:33 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
- Remove unnecessary dependency virtualenv.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 28 14:29:05 UTC 2020 - Michael Ströder <michael@stroeder.com>
|
Wed Oct 28 14:29:05 UTC 2020 - Michael Ströder <michael@stroeder.com>
|
||||||
|
|
||||||
|
@ -63,7 +63,6 @@ BuildRequires: %{python_module packaging}
|
|||||||
BuildRequires: %{python_module pretend}
|
BuildRequires: %{python_module pretend}
|
||||||
BuildRequires: %{python_module pyasn1 >= 0.1.8}
|
BuildRequires: %{python_module pyasn1 >= 0.1.8}
|
||||||
BuildRequires: %{python_module pytest > 3.3.0}
|
BuildRequires: %{python_module pytest > 3.3.0}
|
||||||
BuildRequires: %{python_module virtualenv}
|
|
||||||
# /SECTION
|
# /SECTION
|
||||||
# python-base is not enough, we need the _ssl module
|
# python-base is not enough, we need the _ssl module
|
||||||
%ifpython2
|
%ifpython2
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
Index: cryptography-3.0/tests/hazmat/backends/test_openssl_memleak.py
|
--- a/tests/hazmat/backends/test_openssl_memleak.py
|
||||||
===================================================================
|
+++ b/tests/hazmat/backends/test_openssl_memleak.py
|
||||||
--- cryptography-3.0.orig/tests/hazmat/backends/test_openssl_memleak.py
|
@@ -156,10 +156,9 @@ def assert_no_memory_leaks(s, argv=[]):
|
||||||
+++ cryptography-3.0/tests/hazmat/backends/test_openssl_memleak.py
|
|
||||||
@@ -153,10 +153,9 @@ def assert_no_memory_leaks(s, argv=[]):
|
|
||||||
|
|
||||||
|
|
||||||
def skip_if_memtesting_not_supported():
|
def skip_if_memtesting_not_supported():
|
||||||
|
Loading…
Reference in New Issue
Block a user