Commit 3e81edee authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.ondilo: format with nixfmt

parent bc4f8054
Loading
Loading
Loading
Loading
+11 −14
Original line number Diff line number Diff line
{ lib
, buildPythonPackage
, fetchFromGitHub
, oauthlib
, pythonOlder
, requests
, requests-oauthlib
, setuptools
{
  lib,
  buildPythonPackage,
  fetchFromGitHub,
  oauthlib,
  pythonOlder,
  requests,
  requests-oauthlib,
  setuptools,
}:

buildPythonPackage rec {
@@ -22,9 +23,7 @@ buildPythonPackage rec {
    hash = "sha256-l9pmamJbB/FAqB49S4vQAan9Wgj3qu1J2pboQO1Hg/Q=";
  };

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

  dependencies = [
    oauthlib
@@ -35,9 +34,7 @@ buildPythonPackage rec {
  # Project has no tests
  doCheck = false;

  pythonImportsCheck = [
    "ondilo"
  ];
  pythonImportsCheck = [ "ondilo" ];

  meta = with lib; {
    description = "Python package to access Ondilo ICO APIs";