jjb: infra: bifrost-verify-jobs: Remove python-xml workaround 07/25307/3
authorMarkos Chandras <mchandras@suse.de>
Thu, 1 Dec 2016 08:56:28 +0000 (08:56 +0000)
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>
Thu, 8 Dec 2016 20:06:45 +0000 (20:06 +0000)
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 <mchandras@suse.de>
jjb/infra/bifrost-verify-jobs.yml

index be3cf9a..422a422 100644 (file)
@@ -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'