New comment by not-chicken on void-packages repository https://github.com/void-linux/void-packages/pull/24182#issuecomment-671309851 Comment: I came across this while updating ReText recently, the newer version had PyQt5 as install requirement in setup.py so it failed to launch citing "PyQt5 distribution was not found and is required". There should be no harm in removing it :D, and I guess it was added in template before as the installed dist-info file was broken in a couple of releases. -------- Original Message -------- On 10 Aug 2020, 4:55 pm, Danh Doan wrote: > @sgn commented on this pull request. > > --------------------------------------------------------------- > > In [srcpkgs/python3-PyQt5-webengine/template](https://github.com/void-linux/void-packages/pull/24182#discussion_r467839682): > >> +checksum=670812688e40bf75f70ddf01eadd897d231300318d3856b275bf8e7e0085bf75 > +lib32disabled=yes > +nocross="configure script is broken for cross builds" > + > +case "$XBPS_TARGET_MACHINE" in > + ppc64le*) ;; > + ppc*) broken="no webengine for big endian ppc";; > + arm*) broken="depends on qt5-webengine";; > +esac > + > +pre_build() { > + rm -rf pyuic/uic/port_v2 > +} > + > +do_build() { > + python3 configure.py --no-dist-info \ > > That sounds reasonable. > Do you which package is that? > Or should we just enable it unconditionally :-p > > — > You are receiving this because you commented. > Reply to this email directly, [view it on GitHub](https://github.com/void-linux/void-packages/pull/24182#discussion_r467839682), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AMBCG6APFKKETFJD2JGTQNLR77KI3ANCNFSM4PZOY7UA).