diff options
-rw-r--r-- | meta-python/recipes-devtools/python/python3-httpx_0.26.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-httpx_0.26.0.bb b/meta-python/recipes-devtools/python/python3-httpx_0.26.0.bb index 9abd13e2be..50bff7f851 100644 --- a/meta-python/recipes-devtools/python/python3-httpx_0.26.0.bb +++ b/meta-python/recipes-devtools/python/python3-httpx_0.26.0.bb | |||
@@ -36,9 +36,9 @@ RDEPENDS:${PN}-cli += "\ | |||
36 | " | 36 | " |
37 | 37 | ||
38 | FILES:${PN} = "\ | 38 | FILES:${PN} = "\ |
39 | /usr/lib/python${PYTHON_BASEVERSION} \ | 39 | ${libdir}/${PYTHON_DIR} \ |
40 | " | 40 | " |
41 | 41 | ||
42 | FILES:${PN}-cli = "\ | 42 | FILES:${PN}-cli = "\ |
43 | /usr/bin/httpx \ | 43 | ${bindir}/httpx \ |
44 | " | 44 | " |