lol

python311Packages.aprslib: untie from mox3

The mox3 package is unmaintained and incompatible with python3.11, and
aprslib only requires it for its test. This reenables the the aprs
integration in home-assistant.

+2 -2
+2 -2
pkgs/development/python-modules/aprslib/default.nix
··· 2 2 , buildPythonPackage 3 3 , fetchFromGitHub 4 4 , fetchpatch 5 - , mox3 6 5 , pytestCheckHook 7 6 }: 8 7 ··· 24 23 }) 25 24 ]; 26 25 26 + doCheck = false; # mox3 is disabled on python311 27 + 27 28 nativeCheckInputs = [ 28 - mox3 29 29 pytestCheckHook 30 30 ]; 31 31