From 2ed25f893e1db784c7ca0d17ee0cd2e4a0753193 Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Wed, 22 May 2024 16:42:49 +0200 Subject: [PATCH] python3-b2sdk: fix build --- srcpkgs/python3-b2sdk/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-b2sdk/template b/srcpkgs/python3-b2sdk/template index 5a8acb330f8..01831aaff49 100644 --- a/srcpkgs/python3-b2sdk/template +++ b/srcpkgs/python3-b2sdk/template @@ -1,9 +1,9 @@ # Template file for 'python3-b2sdk' pkgname=python3-b2sdk version=1.24.1 -revision=2 +revision=3 build_style=python3-pep517 -hostmakedepends="python3-setuptools_scm python3-wheel" +hostmakedepends="python3 python3-build python3-packaging python3-setuptools python3-setuptools_scm python3-wheel" depends="python3-logfury python3-Arrow python3-requests python3-tqdm" checkdepends="python3-pytest-lazy-fixture $depends python3-dateutil python3-mock python3-tqdm python3-pyflakes"