summaryrefslogtreecommitdiff
path: root/meta-openembedded/meta-python/recipes-devtools/python/python3-httpx_0.26.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openembedded/meta-python/recipes-devtools/python/python3-httpx_0.26.0.bb')
-rw-r--r--meta-openembedded/meta-python/recipes-devtools/python/python3-httpx_0.26.0.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openembedded/meta-python/recipes-devtools/python/python3-httpx_0.26.0.bb b/meta-openembedded/meta-python/recipes-devtools/python/python3-httpx_0.26.0.bb
index 9abd13e2be..50bff7f851 100644
--- a/meta-openembedded/meta-python/recipes-devtools/python/python3-httpx_0.26.0.bb
+++ b/meta-openembedded/meta-python/recipes-devtools/python/python3-httpx_0.26.0.bb
@@ -36,9 +36,9 @@ RDEPENDS:${PN}-cli += "\
"
FILES:${PN} = "\
- /usr/lib/python${PYTHON_BASEVERSION} \
+ ${libdir}/${PYTHON_DIR} \
"
FILES:${PN}-cli = "\
- /usr/bin/httpx \
+ ${bindir}/httpx \
"