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

python312Packages.myuplink: use nixfmt

parent 58bf0177
Loading
Loading
Loading
Loading
+10 −15
Original line number Diff line number Diff line
{ lib
, aiohttp
, buildPythonPackage
, fetchFromGitHub
, pythonOlder
, setuptools
{
  lib,
  aiohttp,
  buildPythonPackage,
  fetchFromGitHub,
  pythonOlder,
  setuptools,
}:

buildPythonPackage rec {
@@ -25,17 +26,11 @@ buildPythonPackage rec {
      --replace-fail "%%VERSION_NO%%" "${version}"
  '';

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

  dependencies = [
    aiohttp
  ];
  dependencies = [ aiohttp ];

  pythonImportsCheck = [
    "myuplink"
  ];
  pythonImportsCheck = [ "myuplink" ];

  meta = with lib; {
    description = "Module to interact with the myUplink API";