Touch namespace package __init__.py files
This is a work-around for https://bugs.launchpad.net/bugs/1675479, where namespace packages aren't installed correctly. Change-Id: Ie4b8898ad79a6958bdd58dccdc668441848bff78
This commit is contained in:
parent
fd1265eb20
commit
64c93eb1cd
@ -29,6 +29,9 @@ parts:
|
||||
- gcc
|
||||
- libffi-dev
|
||||
- libssl-dev
|
||||
install:
|
||||
touch $SNAPCRAFT_PART_INSTALL/lib/python2.7/site-packages/paste/__init__.py
|
||||
touch $SNAPCRAFT_PART_INSTALL/lib/python2.7/site-packages/repoze/__init__.py
|
||||
templates:
|
||||
after: [neutron]
|
||||
plugin: dump
|
||||
|
Loading…
x
Reference in New Issue
Block a user