From 4b925428229a255de94f4e4361c9bcf4be3c51aa Mon Sep 17 00:00:00 2001 From: Javier Gonzalez Date: Thu, 7 May 2020 11:17:08 -0400 Subject: [PATCH] jira dependencies not on linux32 --- pkg_defs/ska3-core/meta.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pkg_defs/ska3-core/meta.yaml b/pkg_defs/ska3-core/meta.yaml index 69b1887a..1d51493f 100644 --- a/pkg_defs/ska3-core/meta.yaml +++ b/pkg_defs/ska3-core/meta.yaml @@ -205,10 +205,10 @@ requirements: - mpld3 ==0.3 - python-docx ==0.8.7 # jira dependecies - - blinker ==1.4 - - defusedxml ==0.6.0 - - oauthlib ==3.1.0 - - pbr ==5.4.4 - - pyjwt ==1.7.1 - - requests-oauthlib ==1.3.0 - - requests-toolbelt ==0.9.1 \ No newline at end of file + - blinker ==1.4 # [not linux32] + - defusedxml ==0.6.0 # [not linux32] + - oauthlib ==3.1.0 # [not linux32] + - pbr ==5.4.4 # [not linux32] + - pyjwt ==1.7.1 # [not linux32] + - requests-oauthlib ==1.3.0 # [not linux32] + - requests-toolbelt ==0.9.1 # [not linux32] \ No newline at end of file