python3-rapidfuzz: allow building with newer scikit-build
This commit is contained in:
parent
794dc25b7b
commit
6ba2b8ee6d
|
@ -0,0 +1,13 @@
|
|||
diff --git a/pyproject.toml b/pyproject.toml
|
||||
index 26c32df3d..72a570c94 100644
|
||||
--- a/pyproject.toml
|
||||
+++ b/pyproject.toml
|
||||
@@ -1,7 +1,7 @@
|
||||
[build-system]
|
||||
requires = [
|
||||
"setuptools>=42",
|
||||
- "scikit-build~=0.17.0"
|
||||
+ "scikit-build>=0.17.0"
|
||||
]
|
||||
build-backend = "backend"
|
||||
backend-path = ["_custom_build"]
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python3-rapidfuzz'
|
||||
pkgname=python3-rapidfuzz
|
||||
version=3.9.3
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="cmake python3-scikit-build"
|
||||
makedepends="python3-devel rapidfuzz-cpp"
|
||||
|
|
Loading…
Reference in New Issue