python3-b2sdk: fix build

This commit is contained in:
Andrea Brancaleoni 2024-05-22 16:42:49 +02:00
parent f2d9df4bc6
commit 2ed25f893e
1 changed files with 2 additions and 2 deletions

View File

@ -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"