Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-07-01 07:56:21

0001 from spack.package import *
0002 from spack.pkg.builtin.py_urllib3 import PyUrllib3 as BuiltinPyUrllib3
0003 
0004 class PyUrllib3(BuiltinPyUrllib3):
0005     version("2.3.0", sha256="f8c5449b3cf0861679ce7e0503c7b44b5ec981bec0d1d3795a07f1ba96f0204d")
0006 
0007     depends_on("python@3.8:", when="@2.1.0:2.2", type=("build", "run"))
0008     depends_on("python@3.9:", when="@2.3:", type=("build", "run"))
0009     depends_on("py-hatch-vcs@0.4.0", when="@2.3:", type="build")