py-hatch-fancy-pypi-readme: depends_on when typo (#38103)
This commit is contained in:
@@ -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"))
|
||||||
|
Reference in New Issue
Block a user