Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

backblaze-b2: adding missing runtime dependencies. #53413

Merged
merged 2 commits into from
Dec 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions srcpkgs/backblaze-b2/template
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# 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-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
4 changes: 2 additions & 2 deletions srcpkgs/python3-b2sdk/template
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Template file for 'python3-b2sdk'
pkgname=python3-b2sdk
version=2.6.0
revision=1
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"
Expand Down
Loading