Open selfisekai opened 6 months ago
On Archlinux, I could solve this by adding the python-setuptools
package to the makedepends
array in the PKGBUILD
. Therefore I think that you can probably solve this on Alpine by adding the py3-setuptools
package to the makedepends
array in the APKBUILD
file.
//EDIT: Also, see commit https://github.com/element-hq/element-desktop/commit/b2b7bcb5afe4b28a069ba299a55222c8ce0dfe29
Yeah this is a breaking change in Python 3.12 which we also had to workaround as per the commit @hardfalcon identified. Not sure what this issue is asking for?
forcing node-gyp 10 in keytar hak, which will bring this change: https://github.com/nodejs/gyp-next/commit/874233e19748f584f73461d636d4ae9f86a88c7b#diff-1ca01eae7eba1639aa26c577cf7693539f8423a7b3a979c944f4b44ff55922fc
Which we can't do without either the upstream making that change or something like https://github.com/element-hq/element-desktop/issues/1634
Steps to reproduce
Outcome
What did you expect?
keytar hak being built successfully
What happened instead?
Operating system
Alpine Linux edge
Application version
1.11.64
How did you install the app?
No response
Homeserver
No response
Will you send logs?
No