https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271673
tak...@takeda.tk changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tak...@takeda.tk --- Comment #22 from tak...@takeda.tk --- (In reply to Charlie Li from comment #15) Python 3.12 was released 9 months ago and 3.13 will be soon released. It looks like we are now having issues because we were clever and released core parts of python as a separate packages and now removal of distutils complicates this version. Why don't we do the same thing we do with other packages and provide options to enable/disable them? There is much more of dependencies within python than just sqlite that are optional and can be disabled, so singling it out and making it a separate package only adds more work for us): https://github.com/NixOS/nixpkgs/blob/bc50dd54e8caaa8e3718cc93d2cf32d2aefdc3c6/pkgs/development/interpreters/python/default.nix#L103-L130 -- You are receiving this mail because: You are the assignee for the bug.