aboutsummaryrefslogtreecommitdiffstats
path: root/README
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 /README
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 'README')
-rw-r--r--README6
1 files changed, 4 insertions, 2 deletions
diff --git a/README b/README
index db788dfacc..b3374c9a47 100644
--- a/README
+++ b/README
@@ -11,6 +11,7 @@ Setup
In order to make use of this application you will need:
+* Python 3.4+
* Django 1.6.x - tested with 1.6.10; newer versions may work, but
the application has not been tested with 1.7 or newer.
* For production usage, a web server set up to host Django applications
@@ -32,8 +33,9 @@ In order to make use of this application you will need:
have to have Django installed, have the same or similar configuration
in settings.py and have access to the database used by the web
application):
- * Python 2.7.3
- * GitPython (python-git) version 0.3.1 or later
+ * Python 2.7.6+ / Python 3.4+ to match with the version of BitBake
+ for the OpenEmbedded branch being parsed
+ * GitPython (python-git) version 2.0 or later
Setup instructions: