mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
backblaze-b2: rebuild without pip
This commit is contained in:
parent
3f86bb5e2f
commit
39bb4dc774
2 changed files with 15 additions and 2 deletions
13
srcpkgs/backblaze-b2/patches/setuptools_scm_ver.patch
Normal file
13
srcpkgs/backblaze-b2/patches/setuptools_scm_ver.patch
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
Package builds find with our version of setuptools_scm, so use it.
|
||||||
|
|
||||||
|
--- a/setup.py
|
||||||
|
+++ b/setup.py
|
||||||
|
@@ -115,7 +115,7 @@
|
||||||
|
'doc': read_requirements('doc'),
|
||||||
|
'license': read_requirements('license'),
|
||||||
|
},
|
||||||
|
- setup_requires=['setuptools_scm<6.0'],
|
||||||
|
+ setup_requires=['setuptools_scm'],
|
||||||
|
use_scm_version=True,
|
||||||
|
|
||||||
|
# If there are data files included in your packages that need to be
|
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'backblaze-b2'
|
# Template file for 'backblaze-b2'
|
||||||
pkgname=backblaze-b2
|
pkgname=backblaze-b2
|
||||||
version=3.10.0
|
version=3.10.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools_scm python3-pip"
|
hostmakedepends="python3-setuptools_scm python3-wheel"
|
||||||
depends="python3-Arrow python3-b2sdk python3-docutils
|
depends="python3-Arrow python3-b2sdk python3-docutils
|
||||||
python3-phx-class-registry python3-rst2ansi python3-tabulate"
|
python3-phx-class-registry python3-rst2ansi python3-tabulate"
|
||||||
short_desc="Command Line Interface for Backblaze's B2 storage service"
|
short_desc="Command Line Interface for Backblaze's B2 storage service"
|
||||||
|
|
Loading…
Add table
Reference in a new issue