opencamlib: Fix build failing on deprecated flag

This commit is contained in:
polyfloyd
2026-07-21 17:54:04 +02:00
parent a4804b8ac2
commit 375bbfc793
2 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
diff --git i/pyproject.toml w/pyproject.toml
index 20be73f..3773051 100644
--- i/pyproject.toml
+++ w/pyproject.toml
@@ -36,7 +36,7 @@ requires = ["scikit-build-core"]
build-backend = "scikit_build_core.build"
[tool.scikit-build]
-cmake.verbose = true
+build.verbose = true
logging.level = "DEBUG"
wheel.packages = ["src/pythonlib/opencamlib"]

View File

@@ -23,6 +23,11 @@ buildPythonPackage rec {
hash = "sha256-pUj71PdWo902dqF9O6SLnpvFooFU2OfLBv8hAVsH/iA=";
};
patches = [
# Upstream status: https://github.com/aewallin/opencamlib/pull/180
./01-build-verbose.patch
];
build-system = [
scikit-build-core
];