From 58d716c4cf42f37018817f421745746b7fc4be12 Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Thu, 1 Dec 2016 08:56:28 +0000 Subject: [PATCH] jjb: infra: bifrost-verify-jobs: Remove python-xml workaround python-xml is now being pulled in as dependency in the pip-and-virtualenv dib element so remove the explicit package installation. Change-Id: I94ea6a3b0f35cc62b945a8ced0a641ded7b36fea Signed-off-by: Markos Chandras --- jjb/infra/bifrost-verify-jobs.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/jjb/infra/bifrost-verify-jobs.yml b/jjb/infra/bifrost-verify-jobs.yml index be3cf9a0e..422a42274 100644 --- a/jjb/infra/bifrost-verify-jobs.yml +++ b/jjb/infra/bifrost-verify-jobs.yml @@ -36,8 +36,7 @@ disabled: false dib-os-release: '42.2' dib-os-element: 'opensuse-minimal' - # python-xml is needed until https://review.openstack.org/#/c/400150/ is merged - dib-os-packages: 'vim,less,bridge-utils,iputils,rsyslog,curl,python-xml' + dib-os-packages: 'vim,less,bridge-utils,iputils,rsyslog,curl' extra-dib-elements: 'openssh-server' vm-disk: '30' vm-memory: '4096' -- 2.16.6