summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-04-22 11:47:07 +0200
committerMichał Górny <mgorny@gentoo.org>2024-04-22 11:47:20 +0200
commit612f0e7057b1911f21ea0143ee5305f68eba5cb6 (patch)
treee230cfff9d39b5bc20cf967238569cc64cf7ec97 /dev-python/scikit-build-core
parentdev-python/scikit-build-core: Remove old (diff)
downloadgentoo-612f0e7057b1911f21ea0143ee5305f68eba5cb6.tar.gz
gentoo-612f0e7057b1911f21ea0143ee5305f68eba5cb6.tar.bz2
gentoo-612f0e7057b1911f21ea0143ee5305f68eba5cb6.zip
dev-python/scikit-build-core: Add RDEP on CMake & Ninja
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/scikit-build-core')
-rw-r--r--dev-python/scikit-build-core/scikit-build-core-0.9.2-r1.ebuild (renamed from dev-python/scikit-build-core/scikit-build-core-0.9.2.ebuild)2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/scikit-build-core/scikit-build-core-0.9.2.ebuild b/dev-python/scikit-build-core/scikit-build-core-0.9.2-r1.ebuild
index 35a8eee75dc0..5241d6b57db5 100644
--- a/dev-python/scikit-build-core/scikit-build-core-0.9.2.ebuild
+++ b/dev-python/scikit-build-core/scikit-build-core-0.9.2-r1.ebuild
@@ -20,6 +20,8 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc
# we always want [pyproject] extra
RDEPEND="
+ app-alternatives/ninja
+ dev-build/cmake
>=dev-python/packaging-21.3[${PYTHON_USEDEP}]
>=dev-python/pathspec-0.10.1[${PYTHON_USEDEP}]
>=dev-python/pyproject-metadata-0.5[${PYTHON_USEDEP}]