<jaeger>
builds ok without python3-flit-core installed
<jaeger>
Looking at the Pkgfile now, makes sense... if flit-core is installed it's trying to use build and installer both
<jaeger>
So I can see why it would fail without them :)
<beerman>
flit core was different a few days ago
<beerman>
i think the solution might be rather easy
<beerman>
/usr/bin/pip3 install --isolate --root=${PKG} --ignore-installed --no-deps . run that instead of the whole if procedure
<beerman>
i don't have the server booted anymore so not gonna do anything serious about it right now, but if you can verify that this works with/without flit-core installed.. that might make it a lot simpler
<beerman>
no idea what pip does but it seems to work without flit-core installed as well
<jaeger>
17:44 < jaeger> builds ok without python3-flit-core installed
<jaeger>
because it's using pip instead
<jaeger>
Romster: Just a heads up in case you want to poke at it ^