Remove python-cryptography and python-suds

Change-Id: I4828250c281f71a094d5de61f0f8e031688be9af
Signed-off-by: Ryan Lau <ryan.lau@windriver.com>
This commit is contained in:
Ryan Lau 2018-04-10 12:25:39 -04:00 committed by Scott Little
parent 6e66c1965b
commit bad86583a0
2 changed files with 0 additions and 51 deletions

View File

@ -1,26 +0,0 @@
From 140bb75b69ed09ce80185c2e580dd3243110a4f5 Mon Sep 17 00:00:00 2001
From: Al Bailey <Al.Bailey@windriver.com>
Date: Thu, 9 Nov 2017 07:37:59 -0600
Subject: [PATCH 2/2] Turn off python-crypto test step
The build fails in an environment with python-coverage 3.6b3 problems with python-cov-core
---
SPECS/python-cryptography.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/SPECS/python-cryptography.spec b/SPECS/python-cryptography.spec
index 87095e2..4decf51 100644
--- a/SPECS/python-cryptography.spec
+++ b/SPECS/python-cryptography.spec
@@ -128,7 +128,7 @@ popd
%check
-%{__python} setup.py test
+#%{__python} setup.py test
%if 0%{?with_python3}
pushd %{py3dir}
--
1.8.3.1

View File

@ -1,25 +0,0 @@
From 3b902cb7fbcb32f7cba956a646a8236b2f8e3503 Mon Sep 17 00:00:00 2001
From: Al Bailey <Al.Bailey@windriver.com>
Date: Tue, 31 Oct 2017 15:29:28 -0500
Subject: [PATCH] WRS: 0002-BuildRequires-pythong-coverage.patch
---
SPECS/python-suds.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/SPECS/python-suds.spec b/SPECS/python-suds.spec
index e1fb4b0..ed32ca7 100644
--- a/SPECS/python-suds.spec
+++ b/SPECS/python-suds.spec
@@ -76,7 +76,7 @@ popd
%check
pushd %{py2_builddir}
-%{__python2} setup.py test
+#%{__python2} setup.py test
popd
%if 0%{?with_python3}
pushd %{py3_builddir}
--
1.8.3.1