Commit 13a157bf authored by Robert Schütz's avatar Robert Schütz
Browse files

python3Packages.pynecil: depends on bluetooth-adapters

parent 057c9479
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
  aiohttp,
  bleak,
  bleak-retry-connector,
  bluetooth-adapters,
  buildPythonPackage,
  fetchFromGitHub,
  hatch-regex-commit,
@@ -33,6 +34,7 @@ buildPythonPackage rec {
    aiohttp
    bleak
    bleak-retry-connector
    bluetooth-adapters
  ];

  pythonImportsCheck = [ "pynecil" ];