python3Packages.ormsgpack: don't depend on pyinstaller
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
cargo,
|
||||
rustPlatform,
|
||||
rustc,
|
||||
pyinstaller,
|
||||
|
||||
# dependencies
|
||||
msgpack,
|
||||
@@ -48,10 +47,6 @@ buildPythonPackage rec {
|
||||
msgpack
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
pyinstaller
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
pytestCheckHook
|
||||
pydantic
|
||||
|
||||
Reference in New Issue
Block a user