py-nodeenv: depends_on python +ssl (#45225)

This commit is contained in:
Wouter Deconinck 2024-07-15 23:23:21 -05:00 committed by GitHub
parent 9d7ea1a28b
commit 437341d40e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,5 +16,6 @@ class PyNodeenv(PythonPackage):
version("1.7.0", sha256="e0e7f7dfb85fc5394c6fe1e8fa98131a2473e04311a45afb6508f7cf1836fa2b")
version("1.3.3", sha256="ad8259494cf1c9034539f6cced78a1da4840a4b157e23640bc4a0c0546b0cb7a")
depends_on("python +ssl", when="@1.5:", type=("build", "run"))
depends_on("py-setuptools", when="@1.7:", type=("build", "run"))
depends_on("py-setuptools", type="build")