python3Packages.ormsgpack: don't depend on pyinstaller

This commit is contained in:
Robert Schütz
2025-12-06 16:27:21 -08:00
parent 4829674959
commit 1fbe230c96
@@ -5,7 +5,6 @@
cargo,
rustPlatform,
rustc,
pyinstaller,
# dependencies
msgpack,
@@ -48,10 +47,6 @@ buildPythonPackage rec {
msgpack
];
nativeBuildInputs = [
pyinstaller
];
nativeCheckInputs = [
pytestCheckHook
pydantic