]> code.ossystems Code Review - openembedded-core.git/commitdiff
flit_core: remove redundant python3-pip-native DEPENDS
authorRoss Burton <ross@burtonini.com>
Thu, 10 Mar 2022 11:40:35 +0000 (11:40 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 11 Mar 2022 06:54:39 +0000 (06:54 +0000)
PIP is not needed by this class directly, but is used by
pip_install_wheel which already depends on python3-pip-native.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/flit_core.bbclass

index 7b578967a9704874ec8f62f9d265f9fffe44fcce..ce162bb75b9a33ce8585b4b900ae9d291d087132 100644 (file)
@@ -1,6 +1,6 @@
 inherit pip_install_wheel python3native python3-dir setuptools3-base
 
-DEPENDS += "python3 python3-flit-core-native python3-pip-native"
+DEPENDS += "python3 python3-flit-core-native"
 
 flit_core_do_configure () {
     :