Loading pkgs/development/python-modules/amazon-ion/default.nix +4 −6 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ fetchFromGitHub, jsonconversion, pytestCheckHook, pythonOlder, pytest_7, setuptools, six, tabulate, Loading @@ -17,8 +17,6 @@ buildPythonPackage rec { version = "0.13.0"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "amazon-ion"; repo = "ion-python"; Loading @@ -33,9 +31,9 @@ buildPythonPackage rec { --replace "'pytest-runner'," "" ''; nativeBuildInputs = [ setuptools ]; build-system = [ setuptools ]; propagatedBuildInputs = [ dependencies = [ jsonconversion six ]; Loading @@ -43,7 +41,7 @@ buildPythonPackage rec { nativeCheckInputs = [ cbor2 docopt pytestCheckHook (pytestCheckHook.override { pytest = pytest_7; }) tabulate ]; Loading Loading
pkgs/development/python-modules/amazon-ion/default.nix +4 −6 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ fetchFromGitHub, jsonconversion, pytestCheckHook, pythonOlder, pytest_7, setuptools, six, tabulate, Loading @@ -17,8 +17,6 @@ buildPythonPackage rec { version = "0.13.0"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "amazon-ion"; repo = "ion-python"; Loading @@ -33,9 +31,9 @@ buildPythonPackage rec { --replace "'pytest-runner'," "" ''; nativeBuildInputs = [ setuptools ]; build-system = [ setuptools ]; propagatedBuildInputs = [ dependencies = [ jsonconversion six ]; Loading @@ -43,7 +41,7 @@ buildPythonPackage rec { nativeCheckInputs = [ cbor2 docopt pytestCheckHook (pytestCheckHook.override { pytest = pytest_7; }) tabulate ]; Loading