mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
fix _MODPY_EXPECTED_BACKEND for scikit-build-core
This commit is contained in:
@@ -130,7 +130,7 @@ BUILD_DEPENDS += py3-poetry-core->=2.2.0:devel/py-poetry-core
|
||||
_MODPY_EXPECTED_BACKEND = poetry.core
|
||||
. elif ${MODPY_PYBUILD} == scikit-build-core
|
||||
BUILD_DEPENDS += devel/py-scikit-build-core
|
||||
_MODPY_EXPECTED_BACKEND = poetry.core
|
||||
_MODPY_EXPECTED_BACKEND = scikit_build_core
|
||||
. elif ${MODPY_PYBUILD} == setuptools || \
|
||||
${MODPY_PYBUILD} == setuptools_scm || \
|
||||
${MODPY_PYBUILD} == setuptools-rust
|
||||
|
||||
Reference in New Issue
Block a user