From bad86583a01eecf3b4fcabdd181a46354c3351b1 Mon Sep 17 00:00:00 2001 From: Ryan Lau Date: Tue, 10 Apr 2018 12:25:39 -0400 Subject: [PATCH] Remove python-cryptography and python-suds Change-Id: I4828250c281f71a094d5de61f0f8e031688be9af Signed-off-by: Ryan Lau --- ...002-Turn-off-python-crypto-test-step.patch | 26 ------------------- .../0002-BuildRequires-pythong-coverage.patch | 25 ------------------ 2 files changed, 51 deletions(-) delete mode 100644 python/python-cryptography/centos/meta_patches/0002-Turn-off-python-crypto-test-step.patch delete mode 100644 python/python-suds/centos/meta_patches/0002-BuildRequires-pythong-coverage.patch diff --git a/python/python-cryptography/centos/meta_patches/0002-Turn-off-python-crypto-test-step.patch b/python/python-cryptography/centos/meta_patches/0002-Turn-off-python-crypto-test-step.patch deleted file mode 100644 index b4efd2cc5..000000000 --- a/python/python-cryptography/centos/meta_patches/0002-Turn-off-python-crypto-test-step.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 140bb75b69ed09ce80185c2e580dd3243110a4f5 Mon Sep 17 00:00:00 2001 -From: Al Bailey -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 - diff --git a/python/python-suds/centos/meta_patches/0002-BuildRequires-pythong-coverage.patch b/python/python-suds/centos/meta_patches/0002-BuildRequires-pythong-coverage.patch deleted file mode 100644 index 95cd94945..000000000 --- a/python/python-suds/centos/meta_patches/0002-BuildRequires-pythong-coverage.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 3b902cb7fbcb32f7cba956a646a8236b2f8e3503 Mon Sep 17 00:00:00 2001 -From: Al Bailey -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 -