public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
From: Paul Barker <paul@pbarker.dev>
To: openembedded-core@lists.openembedded.org
Cc: Paul Barker <paul@pbarker.dev>
Subject: [PATCH] devtool: package: Drop unnecessary import
Date: Tue, 06 Jan 2026 15:48:36 +0000	[thread overview]
Message-ID: <20260106-devtool-package-v1-1-c205ebf09867@pbarker.dev> (raw)

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



                 reply	other threads:[~2026-01-06 15:48 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260106-devtool-package-v1-1-c205ebf09867@pbarker.dev \
    --to=paul@pbarker.dev \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox