Loading pkgs/development/python-modules/rtslib-fb/default.nix +0 −10 Original line number Diff line number Diff line Loading @@ -16,12 +16,6 @@ buildPythonPackage rec { version = "2.2.3"; pyproject = true; # TypeError: 'method' object does not support the context manager protocol postPatch = '' substituteInPlace rtslib/root.py \ --replace-fail "Path(restore_file).open" "Path(restore_file).open('r')" ''; src = fetchFromGitHub { owner = "open-iscsi"; repo = "rtslib-fb"; Loading @@ -38,10 +32,6 @@ buildPythonPackage rec { pyudev ]; postInstall = '' install -Dm555 scripts/targetctl -t $out/bin ''; # No tests doCheck = false; Loading Loading
pkgs/development/python-modules/rtslib-fb/default.nix +0 −10 Original line number Diff line number Diff line Loading @@ -16,12 +16,6 @@ buildPythonPackage rec { version = "2.2.3"; pyproject = true; # TypeError: 'method' object does not support the context manager protocol postPatch = '' substituteInPlace rtslib/root.py \ --replace-fail "Path(restore_file).open" "Path(restore_file).open('r')" ''; src = fetchFromGitHub { owner = "open-iscsi"; repo = "rtslib-fb"; Loading @@ -38,10 +32,6 @@ buildPythonPackage rec { pyudev ]; postInstall = '' install -Dm555 scripts/targetctl -t $out/bin ''; # No tests doCheck = false; Loading