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

python312Packages.nats-python: format with nixfmt

parent c2715b4f
Loading
Loading
Loading
Loading
+10 −13
Original line number Diff line number Diff line
{ lib
, buildPythonPackage
, fetchFromGitHub
, fetchpatch
, poetry-core
, pythonOlder
, setuptools
{
  lib,
  buildPythonPackage,
  fetchFromGitHub,
  fetchpatch,
  poetry-core,
  pythonOlder,
  setuptools,
}:

buildPythonPackage rec {
@@ -30,13 +31,9 @@ buildPythonPackage rec {
    })
  ];

  build-system = [
    poetry-core
  ];
  build-system = [ poetry-core ];

  dependencies = [
    setuptools
  ];
  dependencies = [ setuptools ];

  # Tests require a running NATS server
  doCheck = false;