diff --git a/pkgs/development/python-modules/pyoprf/default.nix b/pkgs/development/python-modules/pyoprf/default.nix index 317533daa588..f7f525034e79 100644 --- a/pkgs/development/python-modules/pyoprf/default.nix +++ b/pkgs/development/python-modules/pyoprf/default.nix @@ -4,7 +4,11 @@ buildPythonPackage, liboprf, setuptools, + ble-serial, + pyserial, + pyserial-asyncio, pysodium, + pyudev, securestring, pytestCheckHook, }: @@ -32,7 +36,11 @@ buildPythonPackage rec { build-system = [ setuptools ]; dependencies = [ + ble-serial + pyserial + pyserial-asyncio pysodium + pyudev securestring ];