Jaroslav Škarvada
Jaroslav Škarvada
Is it ready for merge, or still WIP (because it has WIP flag)? From my point of view it's ready. I added few comments that could improve it, but I...
/packit build
CI failure seems unrelated to this PR.
/packit build
Moreover on Fedora the package is named 'python3-opencv' and provides 'python3-opencv', bit I will probably open Fedora bug to explicitly provide opencv-python.
Fedora bug regarding the provides: https://bugzilla.redhat.com/show_bug.cgi?id=2142632
AFAIK the fedora packaging system deps are generated by rpm-build from the setup.py requirements. I.e. at the moment there is: install_requires=[ "opencv-python==4.5.5.62;" ... Which is translated to the RPM package...
FYI: we are trying to get this package to Fedora: https://bugzilla.redhat.com/show_bug.cgi?id=1981048
Gnuradio 3.9 is stable. It drops swig and uses pybind, so OOTs needs some changes. There is porting guide https://wiki.gnuradio.org/index.php/GNU_Radio_3.9_OOT_Module_Porting_Guide We are trying to rebase gnuradio to 3.9 in Fedora...