Loading pkgs/development/python-modules/galois/default.nix +7 −9 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "galois"; version = "0.4.2"; format = "pyproject"; pyproject = true; disabled = pythonOlder "3.7"; Loading @@ -25,11 +25,14 @@ buildPythonPackage rec { hash = "sha256-DbmrrNw7XwTL4i6pJIfkBOUs+KGEmdV2FmQa1xfOHYU="; }; nativeBuildInputs = [ setuptools-scm pythonRelaxDeps = [ "numpy" "numba" ]; propagatedBuildInputs = [ build-system = [ setuptools-scm ]; dependencies = [ numpy numba typing-extensions Loading @@ -40,11 +43,6 @@ buildPythonPackage rec { pytest-xdist ]; pythonRelaxDeps = [ "numpy" "numba" ]; pythonImportsCheck = [ "galois" ]; meta = with lib; { Loading Loading
pkgs/development/python-modules/galois/default.nix +7 −9 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "galois"; version = "0.4.2"; format = "pyproject"; pyproject = true; disabled = pythonOlder "3.7"; Loading @@ -25,11 +25,14 @@ buildPythonPackage rec { hash = "sha256-DbmrrNw7XwTL4i6pJIfkBOUs+KGEmdV2FmQa1xfOHYU="; }; nativeBuildInputs = [ setuptools-scm pythonRelaxDeps = [ "numpy" "numba" ]; propagatedBuildInputs = [ build-system = [ setuptools-scm ]; dependencies = [ numpy numba typing-extensions Loading @@ -40,11 +43,6 @@ buildPythonPackage rec { pytest-xdist ]; pythonRelaxDeps = [ "numpy" "numba" ]; pythonImportsCheck = [ "galois" ]; meta = with lib; { Loading