backblaze-b2: rebuild without pip
This commit is contained in:
parent
3f86bb5e2f
commit
39bb4dc774
|
@ -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'
|
||||
pkgname=backblaze-b2
|
||||
version=3.10.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools_scm python3-pip"
|
||||
hostmakedepends="python3-setuptools_scm python3-wheel"
|
||||
depends="python3-Arrow python3-b2sdk python3-docutils
|
||||
python3-phx-class-registry python3-rst2ansi python3-tabulate"
|
||||
short_desc="Command Line Interface for Backblaze's B2 storage service"
|
||||
|
|
Loading…
Reference in New Issue