Loading pkgs/development/python-modules/pytenable/default.nix +1 −4 Original line number Diff line number Diff line Loading @@ -15,7 +15,6 @@ pytestCheckHook, python-box, python-dateutil, pythonOlder, requests-pkcs12, requests-toolbelt, requests, Loading @@ -31,8 +30,6 @@ buildPythonPackage rec { version = "1.9.0"; pyproject = true; disabled = pythonOlder "3.10"; src = fetchFromGitHub { owner = "tenable"; repo = "pyTenable"; Loading Loading @@ -102,7 +99,7 @@ buildPythonPackage rec { description = "Python library for the Tenable.io and TenableSC API"; homepage = "https://github.com/tenable/pyTenable"; changelog = "https://github.com/tenable/pyTenable/releases/tag/${src.tag}"; license = with licenses; [ mit ]; license = licenses.mit; maintainers = with maintainers; [ fab ]; }; } Loading
pkgs/development/python-modules/pytenable/default.nix +1 −4 Original line number Diff line number Diff line Loading @@ -15,7 +15,6 @@ pytestCheckHook, python-box, python-dateutil, pythonOlder, requests-pkcs12, requests-toolbelt, requests, Loading @@ -31,8 +30,6 @@ buildPythonPackage rec { version = "1.9.0"; pyproject = true; disabled = pythonOlder "3.10"; src = fetchFromGitHub { owner = "tenable"; repo = "pyTenable"; Loading Loading @@ -102,7 +99,7 @@ buildPythonPackage rec { description = "Python library for the Tenable.io and TenableSC API"; homepage = "https://github.com/tenable/pyTenable"; changelog = "https://github.com/tenable/pyTenable/releases/tag/${src.tag}"; license = with licenses; [ mit ]; license = licenses.mit; maintainers = with maintainers; [ fab ]; }; }