summaryrefslogtreecommitdiff
path: root/tools/patman/patchstream.py
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2023-03-09 11:22:50 -0500
committerTom Rini <trini@konsulko.com>2023-03-09 11:22:50 -0500
commitbcf343146ff365a88481b9a80920ed146c6dee5b (patch)
tree4a99a2364403b620f5dc629e76d1d07225faf8fb /tools/patman/patchstream.py
parent70ed05ce6c051e55e126e67e72ab20409134c953 (diff)
parent953d4177afa0bee0ba0db4b81036d3197595b997 (diff)
Merge tag 'dm-next-9mar23' of https://source.denx.de/u-boot/custodians/u-boot-dm into next
binman x509, separate tools dir and other improvements patman parallel patch generation fdt fixes and tests PyPi support for U-Boot tools buildman reproducible builds
Diffstat (limited to 'tools/patman/patchstream.py')
-rw-r--r--tools/patman/patchstream.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/patman/patchstream.py b/tools/patman/patchstream.py
index fb6a6036f3b..f91669a9404 100644
--- a/tools/patman/patchstream.py
+++ b/tools/patman/patchstream.py
@@ -14,10 +14,10 @@ import queue
import shutil
import tempfile
-from patman import command
from patman import commit
from patman import gitutil
from patman.series import Series
+from u_boot_pylib import command
# Tags that we detect and remove
RE_REMOVE = re.compile(r'^BUG=|^TEST=|^BRANCH=|^Review URL:'