1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-16 09:32:00 +00:00

build: add wheel to dev-dependencies

it's no longer available implicitly, trezorlib release process needs it
This commit is contained in:
matejcik 2025-02-12 14:22:47 +01:00
parent 4a9ac3a956
commit 4de0fb7b16
2 changed files with 18 additions and 3 deletions

20
poetry.lock generated
View File

@ -1653,6 +1653,7 @@ develop = true
click = ">=7,<8.2"
construct = ">=2.9,<2.10.55 || >2.10.55"
construct-classes = ">=0.1.2"
cryptography = ">=41"
ecdsa = ">=0.9"
libusb1 = ">=1.6.4"
mnemonic = ">=0.20"
@ -1662,10 +1663,9 @@ slip10 = ">=1.0.1"
typing_extensions = ">=4.7.1"
[package.extras]
authentication = ["cryptography (>=41)"]
ethereum = ["web3 (>=5)"]
extra = ["Pillow (>=10)"]
full = ["Pillow (>=10)", "PyQt5", "cryptography (>=41)", "hidapi (>=0.7.99.post20)", "stellar-sdk (>=6)", "web3 (>=5)"]
full = ["Pillow (>=10)", "PyQt5", "hidapi (>=0.7.99.post20)", "stellar-sdk (>=6)", "web3 (>=5)"]
hidapi = ["hidapi (>=0.7.99.post20)"]
qt-widgets = ["PyQt5"]
stellar = ["stellar-sdk (>=6)"]
@ -1779,6 +1779,20 @@ files = [
[package.dependencies]
toml = "*"
[[package]]
name = "wheel"
version = "0.45.1"
description = "A built-package format for Python"
optional = false
python-versions = ">=3.8"
files = [
{file = "wheel-0.45.1-py3-none-any.whl", hash = "sha256:708e7481cc80179af0e556bbf0cc00b8444c7321e2700b8d8580231d13017248"},
{file = "wheel-0.45.1.tar.gz", hash = "sha256:661e1abd9198507b1409a20c02106d9670b2576e916d58f520316666abca6729"},
]
[package.extras]
test = ["pytest (>=6.0.0)", "setuptools (>=65)"]
[[package]]
name = "wrapt"
version = "1.16.0"
@ -1891,4 +1905,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it
[metadata]
lock-version = "2.0"
python-versions = "^3.9"
content-hash = "fb6092fe9887e6d4c461d77c7f7f1a1145dcec90e13da75d0e1a5441576390e2"
content-hash = "dc9c84386e9b6cf621114845c095bba59d9a5cc169b1622208de2b270d71cbb8"

View File

@ -80,6 +80,7 @@ flake8-annotations = "^3.1.1"
[tool.poetry.dev-dependencies]
scan-build = "*"
towncrier = "^23.6.0"
wheel = ">0.45"
#freetype-py = "^2.3.0"
[build-system]