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

Commit 8e910a7

Browse files
Add setuptools_scm to brainbuilder deps
1 parent 4d272bd commit 8e910a7

File tree

1 file changed

+2
-1
lines changed
  • bluebrain/repo-bluebrain/packages/brainbuilder

1 file changed

+2
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ class Brainbuilder(PythonPackage):
1515

1616
version("0.20.1", sha256="d46c3dc831dbac24a926a6e7b31a9eeea06bcc5fa500b84efb8153e27b56fac3")
1717

18-
depends_on("py-setuptools", type=("build", "run"))
18+
depends_on("py-setuptools", type="build")
19+
depends_on("py-setuptools-scm", type="build")
1920

2021
depends_on("py-joblib@1.0.1:", type=("build", "run"))
2122
depends_on("py-click@7:8", type=("build", "run"))

0 commit comments

Comments
 (0)