diff options
author | Simon Glass <sjg@chromium.org> | 2023-11-19 08:36:06 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-12-13 18:39:06 -0500 |
commit | 049ee9090399679826a6294098efc2242f5e63ad (patch) | |
tree | b95224a059e6e010486704d2047f9de82dff48ec /tools/buildman | |
parent | dff917d973e5d7aafbc28d9a5eb59fd5e95fb675 (diff) | |
download | u-boot-049ee9090399679826a6294098efc2242f5e63ad.tar.gz |
tools: Move python tools to version 0.0.6
A new release has been done with this version, so update it. Use the
version numbers in dependencies also.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/buildman')
-rw-r--r-- | tools/buildman/pyproject.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/buildman/pyproject.toml b/tools/buildman/pyproject.toml index 90ad1762029..fe0f6421b53 100644 --- a/tools/buildman/pyproject.toml +++ b/tools/buildman/pyproject.toml @@ -4,11 +4,11 @@ build-backend = "setuptools.build_meta" [project] name = "buildman" -version = "0.0.2" +version = "0.0.6" authors = [ { name="Simon Glass", email="sjg@chromium.org" }, ] -dependencies = ["u_boot_pylib", "patch-manager"] +dependencies = ["u_boot_pylib >= 0.0.6", "patch-manager >= 0.0.6"] description = "Buildman build tool for U-Boot" readme = "README.rst" requires-python = ">=3.7" |