summaryrefslogtreecommitdiff
path: root/tools/buildman/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tools/buildman/pyproject.toml')
-rw-r--r--tools/buildman/pyproject.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/buildman/pyproject.toml b/tools/buildman/pyproject.toml
index 4d75e772ee1..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"
@@ -19,7 +19,7 @@ classifiers = [
]
[project.urls]
-"Homepage" = "https://u-boot.readthedocs.io/en/latest/build/buildman.html"
+"Homepage" = "https://docs.u-boot.org/en/latest/build/buildman.html"
"Bug Tracker" = "https://source.denx.de/groups/u-boot/-/issues"
[project.scripts]