From 4f90e42500a86b2faa458b79c6aaa8781ba1c18e Mon Sep 17 00:00:00 2001 From: James Page Date: Thu, 1 Nov 2018 15:16:19 +0000 Subject: [PATCH] Correct path for compile --- snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index 96aac46..b7dc75b 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -336,7 +336,7 @@ parts: # as stated in PEP-0370 sed -i usr/lib/python2.7/site.py -e 's/^ENABLE_USER_SITE = None$/ENABLE_USER_SITE = False/' # This is the last step, let's now compile all our pyc files. - ./usr/bin/python2.7 -m compileall usr/lib/python2.7 + ./usr/bin/python2.7 -m compileall lib/python2.7 keystone-config: after: [openstack-projects]