Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

py-functionalizer: simplify dependencies. #2504

Merged
merged 1 commit into from
Aug 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
py-functionalizer: simplify dependencies.
See spack#44257.  Should help our ☁️ builds.
  • Loading branch information
matz-e committed Aug 27, 2024
commit ba774977dea1a1e9927743685b7198be6dfda02a
Original file line number Diff line number Diff line change
@@ -14,8 +14,8 @@ class PyFunctionalizer(PythonPackage):

version("1.0.0", sha256="c62754fcf41e29729386c23cefb0dd57b449ac27c0b47ba5e2e4b2776c517494")

depends_on("py-cmake", type="build")
depends_on("py-ninja", type="build")
depends_on("cmake", type="build")
depends_on("ninja", type="build")
depends_on("py-scikit-build-core+pyproject", type="build")
depends_on("py-setuptools-scm", type="build")

Loading
Oops, something went wrong.