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:
Corey Bryant 2017-04-24 13:07:53 +00:00
parent fd1265eb20
commit 64c93eb1cd
1 changed files with 3 additions and 0 deletions

View File

@ -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