diff mbox series

[3/5] python3-pycairo: inherit python3-dir not python3targetconfig

Message ID 20260701161313.981064-3-ross.burton@arm.com
State New
Headers show
Series [1/5] classes/meson: set python install locations in the cross file | expand

Commit Message

Ross Burton July 1, 2026, 4:13 p.m. UTC
Now that meson.bbclass tells meson where to install Python files this
recipe just needs to know the value of PYTHON_SITEPACKAGES_DIR for
FILES, so just inherit python3-dir to remove a dependency on the target
python recipe.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta/recipes-devtools/python/python3-pycairo_1.29.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-pycairo_1.29.0.bb b/meta/recipes-devtools/python/python3-pycairo_1.29.0.bb
index 20c2c332cdb..9b78e4f3d3f 100644
--- a/meta/recipes-devtools/python/python3-pycairo_1.29.0.bb
+++ b/meta/recipes-devtools/python/python3-pycairo_1.29.0.bb
@@ -17,7 +17,7 @@  SRC_URI[sha256sum] = "f3f7fde97325cae80224c09f12564ef58d0d0f655da0e3b040f5807bd5
 
 S = "${UNPACKDIR}/pycairo-${PV}"
 
-inherit meson pkgconfig python3targetconfig github-releases
+inherit meson pkgconfig python3-dir github-releases
 
 CFLAGS += "-fPIC"