[Bug 268283] databases/py-sqlite3: switch away from distutils

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 03 Jul 2024 16:00:40 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268283

--- Comment #16 from vova@fbsd.ru ---
Yep, do exactly the same, install HA into jail with minum ports and all other
python dependancies installed by HA itself with PIP.

so before it was required 
1. find out what dependancies to be pre-installed (libraries and py- portrs
like py-sqlite3)
2. arrange all port installation magic by hands (rc.d script, proper home dir,
etc)

and now one more problem appeared - 
3. build your own python312

so, port which will not require much in system sounds reasonable compromise for
me ...
to simplify jail creation and HA upgrade procedure ...

-- 
You are receiving this mail because:
You are the assignee for the bug.