Commit a1f4cd31 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.crownstone-cloud: format with nixfmt

parent baeeded2
Loading
Loading
Loading
Loading
+12 −17
Original line number Diff line number Diff line
{ lib
, aiohttp
, buildPythonPackage
, fetchPypi
, certifi
, pythonOlder
, pytestCheckHook
, setuptools
{
  lib,
  aiohttp,
  buildPythonPackage,
  fetchPypi,
  certifi,
  pythonOlder,
  pytestCheckHook,
  setuptools,
}:

buildPythonPackage rec {
@@ -21,22 +22,16 @@ buildPythonPackage rec {
    hash = "sha256-s84pK52uMupxQfdMldV14V3nj+yVku1Vw13CRX4o08U=";
  };

  build-system = [
    setuptools
  ];
  build-system = [ setuptools ];

  dependencies = [
    aiohttp
    certifi
  ];

  nativeCheckInputs = [
    pytestCheckHook
  ];
  nativeCheckInputs = [ pytestCheckHook ];

  pythonImportsCheck = [
    "crownstone_cloud"
  ];
  pythonImportsCheck = [ "crownstone_cloud" ];

  meta = with lib; {
    description = "Python module for communicating with Crownstone Cloud and devices";