py-hatch-fancy-pypi-readme: depends_on when typo (#38103)
This commit is contained in:
parent
ed76966a3a
commit
fa23a0228f
@ -16,5 +16,5 @@ class PyHatchFancyPypiReadme(PythonPackage):
|
|||||||
|
|
||||||
depends_on("python@3.7:", type=("build", "run"))
|
depends_on("python@3.7:", type=("build", "run"))
|
||||||
depends_on("py-hatchling", type=("build", "run"))
|
depends_on("py-hatchling", type=("build", "run"))
|
||||||
depends_on("py-tomli", when="python@:3.10", type=("build", "run"))
|
depends_on("py-tomli", when="^python@:3.10", type=("build", "run"))
|
||||||
depends_on("py-typing-extensions", when="python@:3.7", type=("build", "run"))
|
depends_on("py-typing-extensions", when="^python@:3.7", type=("build", "run"))
|
||||||
|
Loading…
Reference in New Issue
Block a user