From 1fbe230c966bd6174b5467f67d356df95de8690b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Sat, 6 Dec 2025 16:27:21 -0800 Subject: [PATCH] python3Packages.ormsgpack: don't depend on pyinstaller --- pkgs/development/python-modules/ormsgpack/default.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pkgs/development/python-modules/ormsgpack/default.nix b/pkgs/development/python-modules/ormsgpack/default.nix index 0439b7560c7b..8b45f5df0e20 100644 --- a/pkgs/development/python-modules/ormsgpack/default.nix +++ b/pkgs/development/python-modules/ormsgpack/default.nix @@ -5,7 +5,6 @@ cargo, rustPlatform, rustc, - pyinstaller, # dependencies msgpack, @@ -48,10 +47,6 @@ buildPythonPackage rec { msgpack ]; - nativeBuildInputs = [ - pyinstaller - ]; - nativeCheckInputs = [ pytestCheckHook pydantic