Loading pkgs/development/python-modules/remi/default.nix +9 −3 Original line number Diff line number Diff line Loading @@ -2,9 +2,11 @@ lib, buildPythonPackage, fetchFromGitHub, pythonOlder, setuptools, pytestCheckHook, matplotlib, legacy-cgi, python-snap7, opencv4, }: Loading Loading @@ -43,8 +45,12 @@ buildPythonPackage rec { build-system = [ setuptools ]; dependencies = [ dependencies = [ setuptools # pkg_resources is referenced at runtime ] ++ lib.optionals (!pythonOlder "3.13") [ legacy-cgi ]; nativeCheckInputs = [ Loading Loading
pkgs/development/python-modules/remi/default.nix +9 −3 Original line number Diff line number Diff line Loading @@ -2,9 +2,11 @@ lib, buildPythonPackage, fetchFromGitHub, pythonOlder, setuptools, pytestCheckHook, matplotlib, legacy-cgi, python-snap7, opencv4, }: Loading Loading @@ -43,8 +45,12 @@ buildPythonPackage rec { build-system = [ setuptools ]; dependencies = [ dependencies = [ setuptools # pkg_resources is referenced at runtime ] ++ lib.optionals (!pythonOlder "3.13") [ legacy-cgi ]; nativeCheckInputs = [ Loading