aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/python.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-04-13 03:18:47 +0900
committerOphestra <cat@gensokyo.uk>2026-04-13 03:18:47 +0900
commit0ca301219f57b3682399936003315f41c712700d (patch)
tree21b7db826f8ff11b46704b8ad1a96fc5c56b8414 /internal/rosa/python.go
parente2199e1276eb85a25e24f52aff006059a859b2bf (diff)
internal/rosa/python: pyyaml artifact
Mesa unfortunately requires this horrible format. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/python.go')
-rw-r--r--internal/rosa/python.go10
1 files changed, 10 insertions, 0 deletions
diff --git a/internal/rosa/python.go b/internal/rosa/python.go
index d367dc1e..373f7fcf 100644
--- a/internal/rosa/python.go
+++ b/internal/rosa/python.go
@@ -223,4 +223,14 @@ func init() {
"tQ1VGLIQOYm70HuuzsOPRbFWCWYvgckSjx2rKczXHRlMIBet28XGnnPh6i1GbFUu",
PythonMarkupSafe,
)
+
+ artifactsM[PythonPyYAML] = newPypi(
+ "pyyaml", 4123,
+ "a YAML parser and emitter for Python",
+ "6.0.3", "cp314", "cp314", "musllinux_1_2_"+linuxArch(),
+ perArch[string]{
+ "amd64": "4_jhCFpUNtyrFp2HOMqUisR005u90MHId53eS7rkUbcGXkoaJ7JRsY21dREHEfGN",
+ "arm64": "sQ818ZYSmC7Vj9prIPx3sEYqSDhZlWvLbgHV9w4GjxsfQ63ZSzappctKM7Lb0Whw",
+ }.unwrap(),
+ )
}