backblaze-b2: rebuild without pip

This commit is contained in:
Andrew J. Hesford 2023-09-23 14:45:36 -04:00
parent 3f86bb5e2f
commit 39bb4dc774
2 changed files with 15 additions and 2 deletions

View 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

View File

@ -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"