mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-04 11:53:55 +00:00

The FDT python dependency is needed for the script: `sp_mk_generator.py'. It is used to obtain information from DT files. Signed-off-by: J-Alves <joao.alves@arm.com> Change-Id: Id98b93f8ab77d4864dd392fdb70bfd932b78c246
28 lines
701 B
TOML
28 lines
701 B
TOML
[tool.poetry]
|
|
name = "trusted-firmware-a"
|
|
version = "2.12.0"
|
|
description = "Trusted Firmware-A (TF-A) Python dependencies."
|
|
authors = ["Arm Ltd."]
|
|
license = "BSD-3-Clause"
|
|
readme = "readme.rst"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.8"
|
|
cot-dt2c = {path = "tools/cot_dt2c", develop = true}
|
|
memory = {path = "tools/memory", develop = true}
|
|
tlc = {path = "tools/tlc", develop = true}
|
|
|
|
[tool.poetry.group.docs]
|
|
optional = true
|
|
|
|
[tool.poetry.group.docs.dependencies]
|
|
sphinx = "^5.3.0"
|
|
myst-parser = "^0.18.1"
|
|
sphinxcontrib-plantuml = "^0.24.1"
|
|
sphinx-rtd-theme = "^1.1.1"
|
|
pip-tools = "^6.4.0"
|
|
sphinxcontrib-svg2pdfconverter = "^1.2.2"
|
|
|
|
[tool.poetry.group.ci.dependencies]
|
|
click = "^8.1.3"
|
|
fdt = "^0.3.0"
|