mirror of
https://git.yoctoproject.org/poky
synced 2026-02-25 10:59:41 +01:00
task-base: Remove sets usage, deprecated in python
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -128,9 +128,6 @@ python __anonymous () {
|
||||
|
||||
import bb
|
||||
|
||||
if not hasattr(__builtins__, 'set'):
|
||||
from sets import Set as set
|
||||
|
||||
distro_features = set(bb.data.getVar("DISTRO_FEATURES", d, 1).split())
|
||||
machine_features= set(bb.data.getVar("MACHINE_FEATURES", d, 1).split())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user