From 5e54fad7d58d72c7b3c0da5438edb70c273d1c08 Mon Sep 17 00:00:00 2001 From: Mihail Ivanchev Date: Sun, 8 Dec 2024 12:39:43 +0100 Subject: [PATCH] backblaze-b2: adding missing runtime dependencies. --- srcpkgs/backblaze-b2/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/backblaze-b2/template b/srcpkgs/backblaze-b2/template index e9ad155f206..ff7a8cbb007 100644 --- a/srcpkgs/backblaze-b2/template +++ b/srcpkgs/backblaze-b2/template @@ -4,8 +4,8 @@ version=4.2.0 revision=2 build_style=python3-pep517 hostmakedepends="python3 python3-build python3-packaging python3-pdm-backend python3-pip python3-setuptools_scm python3-wheel" -depends="python3-Arrow python3-b2sdk python3-docutils - python3-phx-class-registry python3-rst2ansi python3-tabulate" +depends="python3-argcomplete python3-Arrow python3-b2sdk python3-docutils python3-phx-class-registry + python3-rst2ansi python3-tabulate python3-tqdm python3-platformdirs" short_desc="Command Line Interface for Backblaze's B2 storage service" maintainer="Andrea Brancaleoni " license="MIT"