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

python312Packages.pyexploitdb: format with nixfmt

parent 2ec1661f
Loading
Loading
Loading
Loading
+11 −14
Original line number Diff line number Diff line
{ lib
, buildPythonPackage
, fetchPypi
, gitpython
, pytestCheckHook
, pythonOlder
, requests
, setuptools
{
  lib,
  buildPythonPackage,
  fetchPypi,
  gitpython,
  pytestCheckHook,
  pythonOlder,
  requests,
  setuptools,
}:

buildPythonPackage rec {
@@ -21,9 +22,7 @@ buildPythonPackage rec {
    hash = "sha256-PP9dR8Jl4eWsky3vO9Pgraw0plik/5aWvmOAEc2/Qpo=";
  };

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

  dependencies = [
    gitpython
@@ -33,9 +32,7 @@ buildPythonPackage rec {
  # Module has no tests
  doCheck = false;

  pythonImportsCheck = [
    "pyExploitDb"
  ];
  pythonImportsCheck = [ "pyExploitDb" ];

  meta = with lib; {
    description = "Library to fetch the most recent exploit-database";