mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 12:32:15 +02:00
task-base: Remove sets usage, deprecated in python
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
committed by
Marcin Juszkiewicz
parent
31bdfe582e
commit
1c332abfe2
@@ -90,9 +90,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