1 2 3 4 5 6
python () { import bb if bb.data.getVar("USE_NLS", d, 1) == "no": raise bb.parse.SkipPackage("${PN} requires native language support.") }