From 753a8077f3a11c9cbd5038c7a6cc72a5ec4dc530 Mon Sep 17 00:00:00 2001 From: Corey Bryant Date: Fri, 30 Jun 2017 18:36:56 +0000 Subject: [PATCH] Drop uuid-runtime and add coreutils stage-package * Drop uuid-runtime from openvswitch stage-packages as it doesn't appear to be required. On a related note, the snap currently requires the openvswitch Debian package to be installed, which has a dependency on uuid-runtime. * Add coreutils stage-package to nova part to enable use of /bin/chmod. Change-Id: If673f37b78e681af79e1de48c4542cc37e2f14ea --- snapcraft.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index 967a49f..f3a81be 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -194,8 +194,6 @@ parts: - python-all - python-setuptools - python-six - stage-packages: - - uuid-runtime filesets: bin: - bin/ovs-*ctl @@ -225,6 +223,7 @@ parts: - libxml2-dev - libxslt1-dev stage-packages: + - coreutils - qemu-utils install: | touch $SNAPCRAFT_PART_INSTALL/lib/python2.7/site-packages/paste/__init__.py