Loading pkgs/development/python-modules/pyexploitdb/default.nix +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 { Loading @@ -21,9 +22,7 @@ buildPythonPackage rec { hash = "sha256-PP9dR8Jl4eWsky3vO9Pgraw0plik/5aWvmOAEc2/Qpo="; }; build-system = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ gitpython Loading @@ -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"; Loading Loading
pkgs/development/python-modules/pyexploitdb/default.nix +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 { Loading @@ -21,9 +22,7 @@ buildPythonPackage rec { hash = "sha256-PP9dR8Jl4eWsky3vO9Pgraw0plik/5aWvmOAEc2/Qpo="; }; build-system = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ gitpython Loading @@ -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"; Loading