From 58bc3d7518e7af823e77b78e781daa00f673421c Mon Sep 17 00:00:00 2001 From: Matthias Kuhn Date: Sun, 12 May 2024 20:19:00 +0200 Subject: [PATCH] Downgrade pyyaml because of cython See https://github.com/yaml/pyyaml/issues/601 --- ports/py-pyyaml/vcpkg.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/py-pyyaml/vcpkg.json b/ports/py-pyyaml/vcpkg.json index 71f233b..6b01daa 100644 --- a/ports/py-pyyaml/vcpkg.json +++ b/ports/py-pyyaml/vcpkg.json @@ -1,6 +1,6 @@ { "name": "py-pyyaml", - "version": "6.0.1", + "version": "5.4.1", "description": "YAML parser and emitter for Python", "homepage": "https://pyyaml.org/", "dependencies": [