Loading pkgs/development/python-modules/bleak-retry-connector/default.nix +12 −5 Original line number Diff line number Diff line Loading @@ -9,6 +9,8 @@ pytestCheckHook, pytest-asyncio, pytest-cov-stub, pythonOlder, stdenv, }: buildPythonPackage rec { Loading @@ -25,9 +27,14 @@ buildPythonPackage rec { build-system = [ poetry-core ]; dependencies = [ dependencies = lib.optionals (pythonOlder "3.14") [ bleak ] ++ lib.optionals (stdenv.hostPlatform.isLinux && pythonOlder "3.14") [ bluetooth-adapters ] ++ lib.optionals stdenv.hostPlatform.isLinux [ dbus-fast ]; Loading Loading
pkgs/development/python-modules/bleak-retry-connector/default.nix +12 −5 Original line number Diff line number Diff line Loading @@ -9,6 +9,8 @@ pytestCheckHook, pytest-asyncio, pytest-cov-stub, pythonOlder, stdenv, }: buildPythonPackage rec { Loading @@ -25,9 +27,14 @@ buildPythonPackage rec { build-system = [ poetry-core ]; dependencies = [ dependencies = lib.optionals (pythonOlder "3.14") [ bleak ] ++ lib.optionals (stdenv.hostPlatform.isLinux && pythonOlder "3.14") [ bluetooth-adapters ] ++ lib.optionals stdenv.hostPlatform.isLinux [ dbus-fast ]; Loading