mlpack: depends_on py-setuptools (#47828)

This commit is contained in:
Wouter Deconinck 2024-12-02 05:04:53 -06:00 committed by GitHub
parent 29427d3e9e
commit 1e37a77e72
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -65,6 +65,8 @@ class Mlpack(CMakePackage):
# ref: src/mlpack/bindings/python/PythonInstall.cmake # ref: src/mlpack/bindings/python/PythonInstall.cmake
depends_on("py-pip") depends_on("py-pip")
depends_on("py-wheel") depends_on("py-wheel")
# ref: src/mlpack/bindings/python/setup.py.in
depends_on("py-setuptools", type="build")
with when("+r"): with when("+r"):
# ref: src/mlpack/bindings/R/CMakeLists.txt # ref: src/mlpack/bindings/R/CMakeLists.txt
depends_on("r@4.0:") depends_on("r@4.0:")