summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-connectivity/telepathy/telepathy-python3_0.15.19.bb12
-rw-r--r--meta-python/recipes-devtools/python/python3-dateutil_2.9.0.bb2
-rw-r--r--meta-python/recipes-devtools/python/python3-pydantic-core_2.16.3.bb4
-rw-r--r--meta-python/recipes-devtools/python/python3-pyzmq_25.1.2.bb2
-rw-r--r--meta-python/recipes-devtools/python/python3-tornado_6.4.bb2
5 files changed, 11 insertions, 11 deletions
diff --git a/meta-python/recipes-connectivity/telepathy/telepathy-python3_0.15.19.bb b/meta-python/recipes-connectivity/telepathy/telepathy-python3_0.15.19.bb
index 31f6ae37fc..23c2165047 100644
--- a/meta-python/recipes-connectivity/telepathy/telepathy-python3_0.15.19.bb
+++ b/meta-python/recipes-connectivity/telepathy/telepathy-python3_0.15.19.bb
@@ -20,14 +20,14 @@ SRC_URI[md5sum] = "f7ca25ab3c88874015b7e9728f7f3017"
20SRC_URI[sha256sum] = "244c0e1bf4bbd78ae298ea659fe10bf3a73738db550156767cc2477aedf72376" 20SRC_URI[sha256sum] = "244c0e1bf4bbd78ae298ea659fe10bf3a73738db550156767cc2477aedf72376"
21 21
22FILES:${PN} += "\ 22FILES:${PN} += "\
23 ${libdir}/python*/site-packages/telepathy/*.py \ 23 ${PYTHON_SITEPACKAGES_DIR}/telepathy/*.py \
24 ${libdir}/python*/site-packages/telepathy/*/*.py \ 24 ${PYTHON_SITEPACKAGES_DIR}/telepathy/*/*.py \
25" 25"
26 26
27do_install:append () { 27do_install:append () {
28 rm -fr ${D}${libdir}/python*/site-packages/telepathy/__pycache__ 28 rm -fr ${D}${PYTHON_SITEPACKAGES_DIR}/telepathy/__pycache__
29 rm -fr ${D}${libdir}/python*/site-packages/telepathy/__pycache__ 29 rm -fr ${D}${PYTHON_SITEPACKAGES_DIR}/telepathy/__pycache__
30 rm -fr ${D}${libdir}/python*/site-packages/telepathy/*/__pycache__ 30 rm -fr ${D}${PYTHON_SITEPACKAGES_DIR}/telepathy/*/__pycache__
31 rm -fr ${D}${libdir}/python*/site-packages/telepathy/*/__pycache__ 31 rm -fr ${D}${PYTHON_SITEPACKAGES_DIR}/telepathy/*/__pycache__
32} 32}
33RDEPENDS:${PN} += "python3-dbus" 33RDEPENDS:${PN} += "python3-dbus"
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
diff --git a/meta-python/recipes-devtools/python/python3-pydantic-core_2.16.3.bb b/meta-python/recipes-devtools/python/python3-pydantic-core_2.16.3.bb
index 934e3e2bb2..faa291ea6d 100644
--- a/meta-python/recipes-devtools/python/python3-pydantic-core_2.16.3.bb
+++ b/meta-python/recipes-devtools/python/python3-pydantic-core_2.16.3.bb
@@ -36,12 +36,12 @@ RDEPENDS:${PN}-ptest += "\
36" 36"
37 37
38do_install:append() { 38do_install:append() {
39 for f in ${D}/${libdir}/${PYTHON_DIR}/site-packages/pydantic_core/_pydantic_core.*.so 39 for f in ${D}/${PYTHON_SITEPACKAGES_DIR}/pydantic_core/_pydantic_core.*.so
40 do 40 do
41 fname=`basename $f` 41 fname=`basename $f`
42 lname=`echo $fname | sed 's/musl/gnu/'` 42 lname=`echo $fname | sed 's/musl/gnu/'`
43 if [ "$fname" != "$lname" ]; then 43 if [ "$fname" != "$lname" ]; then
44 mv $f ${D}/${libdir}/${PYTHON_DIR}/site-packages/pydantic_core/$lname 44 mv $f ${D}/${PYTHON_SITEPACKAGES_DIR}/pydantic_core/$lname
45 fi 45 fi
46 done 46 done
47} 47}
diff --git a/meta-python/recipes-devtools/python/python3-pyzmq_25.1.2.bb b/meta-python/recipes-devtools/python/python3-pyzmq_25.1.2.bb
index 540aa62006..2a6993c141 100644
--- a/meta-python/recipes-devtools/python/python3-pyzmq_25.1.2.bb
+++ b/meta-python/recipes-devtools/python/python3-pyzmq_25.1.2.bb
@@ -22,7 +22,7 @@ PACKAGES =+ "\
22" 22"
23 23
24FILES:${PN}-test += "\ 24FILES:${PN}-test += "\
25 ${libdir}/${PYTHON_DIR}/site-packages/*/tests \ 25 ${PYTHON_SITEPACKAGES_DIR}/*/tests \
26" 26"
27 27
28RDEPENDS:${PN} += "\ 28RDEPENDS:${PN} += "\
diff --git a/meta-python/recipes-devtools/python/python3-tornado_6.4.bb b/meta-python/recipes-devtools/python/python3-tornado_6.4.bb
index 08c8672ebe..b01c1cec2a 100644
--- a/meta-python/recipes-devtools/python/python3-tornado_6.4.bb
+++ b/meta-python/recipes-devtools/python/python3-tornado_6.4.bb
@@ -35,7 +35,7 @@ PACKAGES =+ "\
35" 35"
36 36
37FILES:${PN}-test = " \ 37FILES:${PN}-test = " \
38 ${libdir}/${PYTHON_DIR}/site-packages/*/test \ 38 ${PYTHON_SITEPACKAGES_DIR}/*/test \
39" 39"
40 40
41BBCLASSEXTEND += "native nativesdk" 41BBCLASSEXTEND += "native nativesdk"