summaryrefslogtreecommitdiffstats
path: root/meta/classes-recipe/python3-dir.bbclass
blob: d93d337f76c98c5b182d5997d7b2957a6d36f787 (plain)
1
2
3
4
5
6
7
8
9
10
11
#
# Copyright OpenEmbedded Contributors
#
# SPDX-License-Identifier: MIT
#

PYTHON_BASEVERSION = "3.11"
PYTHON_ABI = ""
PYTHON_DIR = "python${PYTHON_BASEVERSION}"
PYTHON_PN = "python3"
PYTHON_SITEPACKAGES_DIR = "${libdir}/${PYTHON_DIR}/site-packages"