diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-04-22 11:47:07 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-04-22 11:47:20 +0200 |
commit | 612f0e7057b1911f21ea0143ee5305f68eba5cb6 (patch) | |
tree | e230cfff9d39b5bc20cf967238569cc64cf7ec97 /dev-python/scikit-build-core | |
parent | dev-python/scikit-build-core: Remove old (diff) | |
download | gentoo-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}] |