Commit 8a36964e authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.pytenable: format with nixfmt

parent 8456d31c
Loading
Loading
Loading
Loading
+21 −24
Original line number Diff line number Diff line
{ lib
, buildPythonPackage
, defusedxml
, fetchFromGitHub
, marshmallow
, pytest-datafiles
, pytest-vcr
, pytestCheckHook
, python-box
, python-dateutil
, pythonOlder
, requests
, requests-pkcs12
, responses
, restfly
, semver
, setuptools
, typing-extensions
{
  lib,
  buildPythonPackage,
  defusedxml,
  fetchFromGitHub,
  marshmallow,
  pytest-datafiles,
  pytest-vcr,
  pytestCheckHook,
  python-box,
  python-dateutil,
  pythonOlder,
  requests,
  requests-pkcs12,
  responses,
  restfly,
  semver,
  setuptools,
  typing-extensions,
}:

buildPythonPackage rec {
@@ -32,9 +33,7 @@ buildPythonPackage rec {
    hash = "sha256-acMafLlO0yGEnW+0XeBWUpDWvOPFAB4RK/XyAb2JbPw=";
  };

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

  dependencies = [
    defusedxml
@@ -71,9 +70,7 @@ buildPythonPackage rec {
    "test_events_list_vcr"
  ];

  pythonImportsCheck = [
    "tenable"
  ];
  pythonImportsCheck = [ "tenable" ];

  meta = with lib; {
    description = "Python library for the Tenable.io and TenableSC API";