From 227fda49b75d0972b98b807d8ec766e3285733ec Mon Sep 17 00:00:00 2001 From: aldbr Date: Wed, 27 Mar 2024 13:52:53 +0100 Subject: [PATCH 1/2] Add cwltool --- construct.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/construct.yaml b/construct.yaml index 7cd6a7d..f65d3a9 100644 --- a/construct.yaml +++ b/construct.yaml @@ -71,6 +71,7 @@ specs: # Others - cachetools - celery >=5.2.6 + - cwltool - db12 >=1.0.4 - diraccfg >=0.2.2 - future From 6a1835f232df908d5c372373e23e2921245096c1 Mon Sep 17 00:00:00 2001 From: Chris Burr Date: Sat, 13 Apr 2024 11:46:15 +0200 Subject: [PATCH 2/2] Require m2cryto<0.40.0 Workaround for https://github.com/DIRACGrid/DIRAC/pull/7568 --- construct.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/construct.yaml b/construct.yaml index f65d3a9..3cf1853 100644 --- a/construct.yaml +++ b/construct.yaml @@ -38,7 +38,8 @@ specs: - openssl >=3 # Security - certifi - - m2crypto >=0.38 + # https://github.com/DIRACGrid/DIRAC/pull/7568 + - m2crypto >=0.38,<0.40.0 - pyasn1 >0.4.1 - pyasn1-modules - tornado_m2crypto