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