diff --git a/snapcraft.yaml b/snapcraft.yaml index fd2844b..13204c7 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -44,6 +44,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: [glance] plugin: dump