Loading pkgs/development/python-modules/pytenable/default.nix +15 −4 Original line number Diff line number Diff line { lib, buildPythonPackage, cryptography, defusedxml, fetchFromGitHub, gql, graphql-core, marshmallow, pytest-cov-stub, pytest-datafiles, pytest-vcr, pytestCheckHook, python-box, python-dateutil, pythonOlder, requests, requests-pkcs12, requests-toolbelt, requests, responses, restfly, semver, Loading @@ -22,7 +26,7 @@ buildPythonPackage rec { pname = "pytenable"; version = "1.5.0"; version = "1.5.1"; pyproject = true; disabled = pythonOlder "3.7"; Loading @@ -31,10 +35,13 @@ buildPythonPackage rec { owner = "tenable"; repo = "pyTenable"; rev = "refs/tags/${version}"; hash = "sha256-uLZ1TQx5awHOOF+IR3aWTwwYTd71O/V+EHaDrb1LAXU="; hash = "sha256-xiFpwwlQfhpljRbJeytO3Sjh4ue0cSpKgJ9bqUul7rk="; }; pythonRelaxDeps = [ "defusedxml" ]; pythonRelaxDeps = [ "cryptography" "defusedxml" ]; build-system = [ setuptools ]; Loading @@ -42,6 +49,9 @@ buildPythonPackage rec { defusedxml marshmallow python-box cryptography gql graphql-core python-dateutil requests requests-toolbelt Loading @@ -51,6 +61,7 @@ buildPythonPackage rec { ]; nativeCheckInputs = [ pytest-cov-stub pytest-datafiles pytest-vcr pytestCheckHook Loading Loading
pkgs/development/python-modules/pytenable/default.nix +15 −4 Original line number Diff line number Diff line { lib, buildPythonPackage, cryptography, defusedxml, fetchFromGitHub, gql, graphql-core, marshmallow, pytest-cov-stub, pytest-datafiles, pytest-vcr, pytestCheckHook, python-box, python-dateutil, pythonOlder, requests, requests-pkcs12, requests-toolbelt, requests, responses, restfly, semver, Loading @@ -22,7 +26,7 @@ buildPythonPackage rec { pname = "pytenable"; version = "1.5.0"; version = "1.5.1"; pyproject = true; disabled = pythonOlder "3.7"; Loading @@ -31,10 +35,13 @@ buildPythonPackage rec { owner = "tenable"; repo = "pyTenable"; rev = "refs/tags/${version}"; hash = "sha256-uLZ1TQx5awHOOF+IR3aWTwwYTd71O/V+EHaDrb1LAXU="; hash = "sha256-xiFpwwlQfhpljRbJeytO3Sjh4ue0cSpKgJ9bqUul7rk="; }; pythonRelaxDeps = [ "defusedxml" ]; pythonRelaxDeps = [ "cryptography" "defusedxml" ]; build-system = [ setuptools ]; Loading @@ -42,6 +49,9 @@ buildPythonPackage rec { defusedxml marshmallow python-box cryptography gql graphql-core python-dateutil requests requests-toolbelt Loading @@ -51,6 +61,7 @@ buildPythonPackage rec { ]; nativeCheckInputs = [ pytest-cov-stub pytest-datafiles pytest-vcr pytestCheckHook Loading