]> git.baikalelectronics.ru Git - arm-tf.git/commitdiff
fix: add missing click dependency
authorHarrison Mutai <harrison.mutai@arm.com>
Mon, 24 Apr 2023 16:13:07 +0000 (17:13 +0100)
committerHarrison Mutai <harrison.mutai@arm.com>
Mon, 24 Apr 2023 16:37:38 +0000 (17:37 +0100)
Click is used in parts of the CI scripts (see run_config/fvp-linux.tc
for instance), add it back as part of a new dependency group. Future
dependencies that are required only in CI should be added to the
``ci`` dependency group.

Change-Id: I5da7fea703495dd4006d86334626f126a850bb10
Signed-off-by: Harrison Mutai <harrison.mutai@arm.com>
poetry.lock
pyproject.toml

index 0eb478521e1a8c90a418cfd89e5b210e26312f5d..58522c9b14a2f08ed731a8741745f34048333b38 100644 (file)
@@ -841,4 +841,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more
 [metadata]
 lock-version = "2.0"
 python-versions = "^3.8"
-content-hash = "79681baa18d1971b35833631ce5b0ad457fa285237853c953010a3502bb7b755"
+content-hash = "07432d506e3dc69114203b554d82c1489372ce0087d4a430d0380e437afa5714"
index 7d748c58e993722b6e97e8451a3156a864ed1df1..b99f77727187fdd47bb8b8a146f47526157c7d4d 100644 (file)
@@ -16,3 +16,5 @@ sphinxcontrib-plantuml = "^0.24.1"
 sphinx-rtd-theme = "^1.1.1"
 pip-tools = "^6.4.0"
 
+[tool.poetry.group.ci.dependencies]
+click = "^8.1.3"