Skip to content

fix: add missing python makedepends

YongMing Zhang requested to merge aimixsaka/web-ext:main into main

We need python to build dtrace-provider using node-gyp in a clean build environment.

If we build this package with extra-x86_64-build -c, we got:

==> Starting package()...
rm: cannot remove '/build/web-ext/pkg/web-ext/usr/lib/node_modules//web-ext/node_modules/dtrace-provider/build/': No such file or directory
==> ERROR: A failure occurred in package().
    Aborting...

So I guess the python package is cached before ?

(or we can just remove dtrace-provider build dir only if it exists ? )

Merge request reports

Loading