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

Commit f6c09d7

Browse files
committed
neuron: depend on setuptools
1 parent ee9f9df commit f6c09d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

var/spack/repos/builtin/packages/neuron/package.py

+1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ class Neuron(CMakePackage):
7171

7272
# next two needed after neuronsimulator/nrn#2235.
7373
depends_on("py-pip", type=("build"))
74+
depends_on("py-setuptools", type=("build"))
7475
depends_on("py-packaging", type=("run"))
7576

7677
depends_on("boost", when="+coreneuron+tests")

0 commit comments

Comments
 (0)