py-asdf: depends_on py-setuptools-scm@8: (#48538)
This commit is contained in:
parent
3c3dad0a7a
commit
d6a8af6a1d
@ -28,6 +28,8 @@ class PyAsdf(PythonPackage):
|
|||||||
with when("@3.5.0:"):
|
with when("@3.5.0:"):
|
||||||
depends_on("python@3.9:", type=("build", "run"))
|
depends_on("python@3.9:", type=("build", "run"))
|
||||||
|
|
||||||
|
depends_on("py-setuptools-scm@8: +toml", type="build") # for version_file
|
||||||
|
|
||||||
depends_on("py-asdf-standard@1.1.0:", type=("build", "run"))
|
depends_on("py-asdf-standard@1.1.0:", type=("build", "run"))
|
||||||
depends_on("py-importlib-metadata@4.11.4:", type=("build", "run"), when="^python@:3.11")
|
depends_on("py-importlib-metadata@4.11.4:", type=("build", "run"), when="^python@:3.11")
|
||||||
depends_on("py-numpy@1.22:", type=("build", "run"))
|
depends_on("py-numpy@1.22:", type=("build", "run"))
|
||||||
|
Loading…
Reference in New Issue
Block a user