aboutsummaryrefslogtreecommitdiffstats
path: root/layerindex/update.py
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2016-06-03 23:11:49 +1200
committerPaul Eggleton <paul.eggleton@linux.intel.com>2016-06-12 11:33:08 +1200
commit29c6458dcafd5970ddac95184348aeaf23b756fe (patch)
tree0a7d14e7aa22fd6c05b4e632502f3899347f3d56 /layerindex/update.py
parent22271029734eda0535d1a85f2732b341b7d22196 (diff)
downloadopenembedded-core-contrib-29c6458dcafd5970ddac95184348aeaf23b756fe.tar.gz
Support (and require) Python 3
We need to be able to support Python 3 so that we can parse master of OE-Core with bitbake (which now requires it). This now means the interface itself and the update script require Python 3.4+. Part of the implementation for [YOCTO #9704]. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'layerindex/update.py')
-rwxr-xr-xlayerindex/update.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/layerindex/update.py b/layerindex/update.py
index ee4138df9e..157d46f1b7 100755
--- a/layerindex/update.py
+++ b/layerindex/update.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# Fetch layer repositories and update layer index database
#