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

python312Packages.rns: format with nixfmt

parent e55e1a4d
Loading
Loading
Loading
Loading
+11 −14
Original line number Diff line number Diff line
{ lib
, buildPythonPackage
, cryptography
, fetchFromGitHub
, netifaces
, pyserial
, pythonOlder
, setuptools
{
  lib,
  buildPythonPackage,
  cryptography,
  fetchFromGitHub,
  netifaces,
  pyserial,
  pythonOlder,
  setuptools,
}:

buildPythonPackage rec {
@@ -22,9 +23,7 @@ buildPythonPackage rec {
    hash = "sha256-M6iI554lv6PF5sIdOoaMIlQHP5YU8WM8YxfHMWhLSdE=";
  };

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

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

  pythonImportsCheck = [
    "RNS"
  ];
  pythonImportsCheck = [ "RNS" ];

  meta = with lib; {
    description = "Cryptography-based networking stack for wide-area networks";