diff mbox series

[oe,meta-python,5/5] python-lxml: remove redundant RDEPENDS_class-native

Message ID 20191210170618.29764-5-ross.burton@intel.com
State Accepted
Commit 776ca8771bef574888fdf62a48afce8682c7f7aa
Headers show
Series [oe,meta-python,1/5] python-slip-dbus: don't use relative paths | expand

Commit Message

Ross Burton Dec. 10, 2019, 5:06 p.m. UTC
python3-native RPROVIDES python3-compression, so the class-native override isn't
required anymore.

Signed-off-by: Ross Burton <ross.burton@intel.com>

---
 meta-python/recipes-devtools/python/python-lxml.inc | 1 -
 1 file changed, 1 deletion(-)

-- 
2.20.1

-- 
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python-lxml.inc b/meta-python/recipes-devtools/python/python-lxml.inc
index 5dc95e5026..df9573b433 100644
--- a/meta-python/recipes-devtools/python/python-lxml.inc
+++ b/meta-python/recipes-devtools/python/python-lxml.inc
@@ -48,4 +48,3 @@  BUILD_OPTIMIZATION_append_mipsel = " -O"
 BBCLASSEXTEND = "native nativesdk"
 
 RDEPENDS_${PN} += "libxml2 libxslt ${PYTHON_PN}-compression"
-RDEPENDS_${PN}_class-native = "libxml2-native libxslt-native"