From 335b34b31d65aee7ac31e05e3bf5f6d355aad16e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Leclercq?= Date: Wed, 16 Nov 2022 07:51:19 +0100 Subject: [PATCH] Update xmake.lua --- xmake-repo/packages/p/python/xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake-repo/packages/p/python/xmake.lua b/xmake-repo/packages/p/python/xmake.lua index 2793ea56c..0fb871d99 100644 --- a/xmake-repo/packages/p/python/xmake.lua +++ b/xmake-repo/packages/p/python/xmake.lua @@ -43,7 +43,7 @@ package("python") end if is_host("macosx", "linux", "bsd") then - add_deps("openssl >=1.1.1", "ca-certificates", {host = true}) + add_deps("openssl >=1.1.1-a", "ca-certificates", {host = true}) end if is_host("linux", "bsd") then