* [PATCH] devtool: package: Drop unnecessary import
@ 2026-01-06 15:48 Paul Barker
0 siblings, 0 replies; only message in thread
From: Paul Barker @ 2026-01-06 15:48 UTC (permalink / raw)
To: openembedded-core; +Cc: Paul Barker
The package module in devtool never actually used subprocess.
Signed-off-by: Paul Barker <paul@pbarker.dev>
---
scripts/lib/devtool/package.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/scripts/lib/devtool/package.py b/scripts/lib/devtool/package.py
index c2367342c3a8..c8be176127d0 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
---
base-commit: 0ed4776533145c901611d7f4f942490e33481335
change-id: 20260106-devtool-package-b4738d0f90ee
Best regards,
--
Paul Barker
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-01-06 15:48 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-06 15:48 [PATCH] devtool: package: Drop unnecessary import Paul Barker
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox