https://bugzilla.redhat.com/show_bug.cgi?id=1684603
--- Comment #26 from Benson Muite benson_muite@emailplus.org --- It still fails to install. Tried adding the additional dependencies, and this did not help. Try a copr build with -fedora-review enabled to see this.
Tried using
mock install -r /etc/mock/fedora-rawhide-x86_64.cfg bCNC-0.9.14.52~20221017git523f1ec7-3.fc38.noarch.rpm
and got
Error: Problem: conflicting requests - nothing provides python3.11dist(opencv-python) = 4.5.5.62 needed by bCNC-0.9.14.52~20221017git523f1ec7-3.fc38.noarch (try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) ERROR: Command failed:
Perhaps check if https://packages.fedoraproject.org/pkgs/opencv/python3-opencv/ will work, and then relax the requirement for the version and/or file a bug upstream
It seems python3-opencv is optional https://github.com/vlachoudis/bCNC#installation-manual Though it is used in Ubuntu https://packages.ubuntu.com/jammy/bcnc
As per the Readme, you might consider adding scipy for a better user experience
Can jquery be unbundled and the packaged version used: https://github.com/vlachoudis/bCNC/tree/master/bCNC/pendant https://packages.fedoraproject.org/pkgs/js-jquery/js-jquery/ Similarly fastclick https://www.npmjs.com/package/fastclick is bundled. Could this be packaged and unbundled?