Skip to content

Commit

Permalink
backblaze-b2: adding missing runtime dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
MIvanchev committed Dec 8, 2024
1 parent 53b88e3 commit d07f656
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions srcpkgs/backblaze-b2/template
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
# Template file for 'backblaze-b2'
pkgname=backblaze-b2
version=4.2.0
revision=1
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-annotated-types \
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 <[email protected]>"
license="MIT"
Expand Down

0 comments on commit d07f656

Please sign in to comment.