summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-dateutil_2.9.0.bb
diff options
context:
space:
mode:
authoralperak <alperyasinak1@gmail.com>2024-04-15 21:19:59 +0300
committerKhem Raj <raj.khem@gmail.com>2024-04-15 21:01:20 -0700
commitd3a16ad4aec3f496484295bbdb1f3d661911e69b (patch)
treecea9caac7daf724c9db9d143ecaf9b1e31337cfd /meta-python/recipes-devtools/python/python3-dateutil_2.9.0.bb
parentfd208c871429fdd331ecc3bf3b59e975e680b7ff (diff)
downloadmeta-openembedded-d3a16ad4aec3f496484295bbdb1f3d661911e69b.tar.gz
Use PYTHON_SITEPACKAGES_DIR instead of hard-coded site-packages directory path
The following paths have been replaced with PYTHON_SITEPACKAGES_DIR: - "${libdir}/${PYTHON_DIR}/site-packages" - "${libdir}/python${PYTHON_BASEVERSION}/site-packages" - "${libdir}/python*/site-packages" - "${libdir}/python3.*/site-packages" Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-dateutil_2.9.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-dateutil_2.9.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-dateutil_2.9.0.bb b/meta-python/recipes-devtools/python/python3-dateutil_2.9.0.bb
index ac76ccc96a..1f7a4a03fd 100644
--- a/meta-python/recipes-devtools/python/python3-dateutil_2.9.0.bb
+++ b/meta-python/recipes-devtools/python/python3-dateutil_2.9.0.bb
@@ -10,7 +10,7 @@ PYPI_PACKAGE = "python-dateutil"
10inherit pypi python_setuptools_build_meta 10inherit pypi python_setuptools_build_meta
11 11
12PACKAGES =+ "${PN}-zoneinfo" 12PACKAGES =+ "${PN}-zoneinfo"
13FILES:${PN}-zoneinfo = "${libdir}/${PYTHON_DIR}/site-packages/dateutil/zoneinfo" 13FILES:${PN}-zoneinfo = "${PYTHON_SITEPACKAGES_DIR}/dateutil/zoneinfo"
14 14
15DEPENDS += "python3-setuptools-scm-native" 15DEPENDS += "python3-setuptools-scm-native"
16 16