From abc0be6332e9351233f173666d11d9462646ae9c Mon Sep 17 00:00:00 2001 From: Mihail Ivanchev Date: Mon, 23 Dec 2024 18:17:43 +0100 Subject: [PATCH] python3-b2sdk: adding missing runtime dependencies. --- srcpkgs/python3-b2sdk/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-b2sdk/template b/srcpkgs/python3-b2sdk/template index eaf049c82c9..3fc8469c88c 100644 --- a/srcpkgs/python3-b2sdk/template +++ b/srcpkgs/python3-b2sdk/template @@ -4,7 +4,7 @@ version=2.6.0 revision=2 build_style=python3-pep517 hostmakedepends="python3 python3-build python3-packaging python3-pdm-backend python3-setuptools python3-setuptools_scm python3-wheel" -depends="python3-logfury python3-Arrow python3-requests python3-tqdm" +depends="python3-annotated-types python3-logfury python3-Arrow python3-requests python3-tqdm" checkdepends="python3-pytest-lazy-fixture $depends python3-dateutil python3-mock python3-tqdm python3-pyflakes" short_desc="Backblaze's B2 Python SDK"