From f7c361f61e868006200511b9bc2e6295e6857362 Mon Sep 17 00:00:00 2001 From: "j.spijker@ultimaker.com" Date: Wed, 22 Jun 2022 17:15:14 +0200 Subject: [PATCH] use mpdecimal 2.5.0 The Python recipe has some problems with version 2.5.1 https://github.com/conan-io/conan-center-index/blob/fff8ccc29b8d65f899bdae8df876f4d8086c17e0/recipes/cpython/all/conanfile.py#L187 Contributes to CURA-9365 --- conandata.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/conandata.yml b/conandata.yml index e4603582c5..9b7dc773d8 100644 --- a/conandata.yml +++ b/conandata.yml @@ -9,7 +9,7 @@ - "cura_binary_data/(latest)@ultimaker/stable" - "cpython/3.10.4" - "libffi/3.2.1" - - "mpdecimal/2.5.1" + - "mpdecimal/2.5.0" - "tcl/8.6.10" - "tk/8.6.10" runinfo: @@ -85,7 +85,7 @@ - "cura_binary_data/5.1.0" - "cpython/3.10.4" - "libffi/3.2.1" - - "mpdecimal/2.5.1" + - "mpdecimal/2.5.0" - "tcl/8.6.10" - "tk/8.6.10" runinfo: @@ -161,7 +161,7 @@ - "cura_binary_data/[5.1.0-beta]@ultimaker/stable" - "cpython/3.10.4" - "libffi/3.2.1" - - "mpdecimal/2.5.1" + - "mpdecimal/2.5.0" - "tcl/8.6.10" - "tk/8.6.10" runinfo: @@ -237,7 +237,7 @@ - "cura_binary_data/5.1.0-alpha+25@ultimaker/stable" - "cpython/3.10.4" - "libffi/3.2.1" - - "mpdecimal/2.5.1" + - "mpdecimal/2.5.0" - "tcl/8.6.10" - "tk/8.6.10" runinfo: