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

Commit c1edb78

Browse files
committed
functionalizer: simplify dependencies.
See spack#44257. Should help our ☁️ builds.
1 parent f70f7af commit c1edb78

File tree

1 file changed

+2
-2
lines changed
  • bluebrain/repo-bluebrain/packages/py-functionalizer

1 file changed

+2
-2
lines changed

bluebrain/repo-bluebrain/packages/py-functionalizer/package.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ class PyFunctionalizer(PythonPackage):
1414

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

17-
depends_on("py-cmake", type="build")
18-
depends_on("py-ninja", type="build")
17+
depends_on("cmake", type="build")
18+
depends_on("ninja", type="build")
1919
depends_on("py-scikit-build-core+pyproject", type="build")
2020
depends_on("py-setuptools-scm", type="build")
2121

0 commit comments

Comments
 (0)