python3: Change python BASEVERSION to 3.4

Changes PYTHON_BASEVERSION = 3.4 to fix errors when installing
python3-distribute and probably other libraries

(From OE-Core rev: 59bad496fb57fdc5356ddc343f58eb69ff207863)

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Alejandro Hernandez
2015-04-13 13:13:26 -05:00
committed by Richard Purdie
parent 2912ad738b
commit 528a256545
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
PYTHON_BASEVERSION = "3.3"
PYTHON_BASEVERSION = "3.4"
inherit python-dir