Skip to content

Commit

Permalink
Make sure importlib-resources is a run dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Oct 23, 2024
1 parent bc61c03 commit 53fb9c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/py-pybdsim/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class PyPybdsim(PythonPackage):
version('master', branch='master')

depends_on("py-setuptools", type="build")
depends_on("py-importlib-resources", type="build")
depends_on("py-importlib-resources", type=("build", "run"))

depends_on("py-matplotlib@3:")
depends_on("[email protected]:")
Expand Down

0 comments on commit 53fb9c0

Please sign in to comment.