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

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