summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriarspider <iarspider@gmail.com>2022-10-12 03:30:45 +0200
committerGitHub <noreply@github.com>2022-10-11 20:30:45 -0500
commitcbe2178e3f840496eeb5af2a89ff63c3039dd8a8 (patch)
tree6c53004b52b7c97f449d28d0c6bbd4699bb73ea6
parent7d4fa0ea00a14c48fda5b921aeb8b42bcdfc92b5 (diff)
downloadspack-cbe2178e3f840496eeb5af2a89ff63c3039dd8a8.tar.gz
spack-cbe2178e3f840496eeb5af2a89ff63c3039dd8a8.tar.bz2
spack-cbe2178e3f840496eeb5af2a89ff63c3039dd8a8.tar.xz
spack-cbe2178e3f840496eeb5af2a89ff63c3039dd8a8.zip
Add checksum for py-websocket-client 1.4.1 (#33205)
-rw-r--r--var/spack/repos/builtin/packages/py-websocket-client/package.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-websocket-client/package.py b/var/spack/repos/builtin/packages/py-websocket-client/package.py
index 4fcb1939a8..04485f6c6a 100644
--- a/var/spack/repos/builtin/packages/py-websocket-client/package.py
+++ b/var/spack/repos/builtin/packages/py-websocket-client/package.py
@@ -13,6 +13,7 @@ class PyWebsocketClient(PythonPackage):
homepage = "https://github.com/websocket-client/websocket-client.git"
pypi = "websocket-client/websocket-client-0.57.0.tar.gz"
+ version("1.4.1", sha256="f9611eb65c8241a67fb373bef040b3cf8ad377a9f6546a12b620b6511e8ea9ef")
version("1.2.1", sha256="8dfb715d8a992f5712fff8c843adae94e22b22a99b2c5e6b0ec4a1a981cc4e0d")
version(
"0.57.0",
@@ -32,6 +33,7 @@ class PyWebsocketClient(PythonPackage):
depends_on("python@2.6:2.8,3.4:", type=("build", "run"))
depends_on("python@3.6:", type=("build", "run"), when="@1.2.1:")
+ depends_on("python@3.7:", type=("build", "run"), when="@1.4.1:")
depends_on("py-setuptools", type="build")
depends_on("py-six", type=("build", "run"), when="@:1.2.0")
depends_on("py-backports-ssl-match-hostname", when="^python@2.6:2.7.9", type=("build", "run"))