python3: fix the value of PYTHON3_PATH
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 5 Apr 2014 15:38:26 +0000 (17:38 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 5 Apr 2014 15:38:26 +0000 (17:38 +0200)
commit6251ccf03254f832c6e6ba0203ad46c18f217ca9
treeb66063487b2ce7ec813df4c91e1538fdfccc1e5a
parent23dfff36f062944e61254dd1426e256cc2d46aee
python3: fix the value of PYTHON3_PATH

The PYTHON3_PATH was incorrectly referencing the site-packages of
Python 2 packages, due to the usage of PYTHON_VERSION_MAJOR, instead
of PYTHON3_VERSION_MAJOR. This commit fixes that by using the correct
variable, which in our testing fixed the build of python-pyasn against
python3.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/python3/python3.mk