mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
backblaze-b2: relax version restrictions
This commit is contained in:
parent
28b724db5c
commit
0a41329e62
2 changed files with 11 additions and 1 deletions
10
srcpkgs/backblaze-b2/patches/tqdm_ver.patch
Normal file
10
srcpkgs/backblaze-b2/patches/tqdm_ver.patch
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
Upstream builds with the newer version of tqdm, but upstream hasn't updated their requirements.txt
|
||||||
|
|
||||||
|
--- a/requirements.txt
|
||||||
|
+++ b/requirements.txt
|
||||||
|
@@ -7,4 +7,4 @@
|
||||||
|
phx-class-registry~=4.0
|
||||||
|
rst2ansi==0.1.5
|
||||||
|
tabulate==0.9.0
|
||||||
|
-tqdm~=4.65.0
|
||||||
|
+tqdm>=4.65.0
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'backblaze-b2'
|
# Template file for 'backblaze-b2'
|
||||||
pkgname=backblaze-b2
|
pkgname=backblaze-b2
|
||||||
version=3.11.0
|
version=3.11.0
|
||||||
revision=2
|
revision=3
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools_scm python3-wheel"
|
hostmakedepends="python3-setuptools_scm python3-wheel"
|
||||||
depends="python3-Arrow python3-b2sdk python3-docutils
|
depends="python3-Arrow python3-b2sdk python3-docutils
|
||||||
|
|
Loading…
Add table
Reference in a new issue