···6868 ] ++ optionals (enableUtils) [
6969 python3.pkgs.requests
7070 python3.pkgs.six
7171+7272+ /* These deps are needed for the usrp_hwd.py utility, however even if they
7373+ would have been added here, the utility wouldn't have worked because it
7474+ depends on an old python library mprpc that is not supported for Python >
7575+ 3.8. See also report upstream:
7676+ https://github.com/EttusResearch/uhd/issues/744
7777+7878+ python3.pkgs.gevent
7979+ python3.pkgs.pyudev
8080+ python3.pkgs.pyroute2
8181+8282+ */
7183 ];
7284 passthru = {
7385 runtimePython = python3.withPackages (ps: finalAttrs.pythonPath);