Skip to content

main/python3: build --with-system-libmpdec

Stefan Krah requested to merge sk/aports:python3-with-system-libmpdec into master

Debian, Ubuntu, Arch Linux etc. have used --with-system-libmpdec for a long time, so I suggest using it in Alpine, too.

There are no incompatibilities between mpdecimal-2.5.1 and _decimal.c in Python 3.8 except for the trivial build patch.

This PR depends on !18120 (merged) .

Merge request reports