From 252e790dca8111de912149cf86b3827ef08f35ed Mon Sep 17 00:00:00 2001 From: ericLemanissier Date: Tue, 16 Apr 2024 20:34:23 +0200 Subject: [PATCH] (#23538) cpython 3.11.9: re-apply patches there was an typo in https://github.com/conan-io/conan-center-index/pull/22599 --- recipes/cpython/all/conandata.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/cpython/all/conandata.yml b/recipes/cpython/all/conandata.yml index 97a5105587069..d49b900576339 100644 --- a/recipes/cpython/all/conandata.yml +++ b/recipes/cpython/all/conandata.yml @@ -28,7 +28,7 @@ patches: - patch_file: "patches/3.12/3.12.1-0002-remove-module-deps.patch" patch_description: "Remove section of solution file forcing projects to be built that might not be used for this recipe" patch_type: "conan" - "3.11.8": + "3.11.9": - patch_file: "patches/3.9/3.9.7-0002-_msi-vcxproj.patch" patch_description: "Fix ARM/ARM64 mismatch in project file" patch_type: "bugfix"