Efraim Flashner <efr...@flashner.co.il> skribis: > While testing libgpg-errror I happened to build pyton-minimal, which failed > to pass its tests. Checking in python.scm, python-minimal includes openssl > so it can pass the _urllib tests (and I'm sure it uses it for something), and > these are the tests that fail.
The ‘core-updates’ build log you posted shows this: --8<---------------cut here---------------start------------->8--- Python build finished successfully! The necessary bits to build these optional modules were not found: _curses _curses_panel _dbm _gdbm _sqlite3 _ssl _tkinter nis readline zlib --8<---------------cut here---------------end--------------->8--- (Notice “_ssl” here, which is correctly found on ‘master’.) This is now fixed by a2ab82d. Thanks for the heads-up! Ludo’.