From: Paul Barker Date: Tue, 6 Jan 2026 15:48:36 +0000 (+0000) Subject: devtool: package: Drop unnecessary import X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff207034f5bfa70d0e5427d3eaf5df60b5179925;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git devtool: package: Drop unnecessary import The package module in devtool never actually used subprocess. Signed-off-by: Paul Barker Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/scripts/lib/devtool/package.py b/scripts/lib/devtool/package.py index c2367342c3..c8be176127 100644 --- a/scripts/lib/devtool/package.py +++ b/scripts/lib/devtool/package.py @@ -7,7 +7,6 @@ """Devtool plugin containing the package subcommands""" import os -import subprocess import logging from bb.process import ExecutionError from devtool import exec_build_env_command, setup_tinfoil, check_workspace_recipe, DevtoolError