From eab97abe6eaa8ac5d18a34e804f30a5bb8e43b77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Ri=C3=9Fe?= <9308656+matrss@users.noreply.github.com> Date: Mon, 2 Dec 2024 19:28:20 +0100 Subject: [PATCH] Add lower bound for pyopenssl --- localbuild/meta.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/localbuild/meta.yaml b/localbuild/meta.yaml index 9e2b52fdc..bddc60fae 100644 --- a/localbuild/meta.yaml +++ b/localbuild/meta.yaml @@ -86,6 +86,8 @@ requirements: - flask-login - pysaml2 - libxmlsec1 # [not win] + # constraint on a transitive dependency, the entire line can be removed once the constraint is obsolete + - pyopenssl >=24.3.0 run_constrained: - menuinst >=2.0.2