Need help building python-sphinx_rtd_theme for aarch64
Hi all!
For the time being, ARMtix update is still delayed until i finish python 3.11 rebuild. However, i've encountered a major problem while building python-sphinx_rtd_theme package: for some weird reason it tries to use node-gyp 3.8.0 (specified in lock file) instead of system-wide node-gyp package, and fails because this version is hard dependent on python2. Full error log is here: https://paste.artixlinux.org/62ed802d
How can i fix this problem? I tried to run
npm install /usr/lib/node_modules/node-gyp
but it didn't help