From 0443d2c3cd8d8fddde67a893f823c81ca3a7cf48 Mon Sep 17 00:00:00 2001 From: Sergey B Kirpichev Date: Thu, 3 Jul 2025 15:44:59 +0300 Subject: [PATCH] gh-115119: Recommend upstream libmpdec in build requirements (GH-136205) (cherry picked from commit b2e498ac26ba4720fa8a6a466aa8416ab69754d7) Co-authored-by: Sergey B Kirpichev Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> Co-authored-by: Victor Stinner --- Doc/using/configure.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Doc/using/configure.rst b/Doc/using/configure.rst index df81a330549147..a26d48d7d0a345 100644 --- a/Doc/using/configure.rst +++ b/Doc/using/configure.rst @@ -29,6 +29,9 @@ Features and minimum versions required to build CPython: * Tcl/Tk 8.5.12 for the :mod:`tkinter` module. +* `libmpdec `_ 2.5.0 + for the :mod:`decimal` module. + * Autoconf 2.72 and aclocal 1.16.5 are required to regenerate the :file:`configure` script.