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
This commit is contained in:
parent
f62ba3e8f8
commit
753a8077f3
@ -194,8 +194,6 @@ parts:
|
|||||||
- python-all
|
- python-all
|
||||||
- python-setuptools
|
- python-setuptools
|
||||||
- python-six
|
- python-six
|
||||||
stage-packages:
|
|
||||||
- uuid-runtime
|
|
||||||
filesets:
|
filesets:
|
||||||
bin:
|
bin:
|
||||||
- bin/ovs-*ctl
|
- bin/ovs-*ctl
|
||||||
@ -225,6 +223,7 @@ parts:
|
|||||||
- libxml2-dev
|
- libxml2-dev
|
||||||
- libxslt1-dev
|
- libxslt1-dev
|
||||||
stage-packages:
|
stage-packages:
|
||||||
|
- coreutils
|
||||||
- qemu-utils
|
- qemu-utils
|
||||||
install: |
|
install: |
|
||||||
touch $SNAPCRAFT_PART_INSTALL/lib/python2.7/site-packages/paste/__init__.py
|
touch $SNAPCRAFT_PART_INSTALL/lib/python2.7/site-packages/paste/__init__.py
|
||||||
|
Loading…
x
Reference in New Issue
Block a user