python3Packages.pyshark: Pass py into checkInputs

This commit is contained in:
Martin Weinelt 2023-01-03 06:49:10 +01:00
parent c98f8fbbd1
commit 10a157b2ea

View file

@ -46,7 +46,7 @@ buildPythonPackage rec {
export HOME=$(mktemp -d)
'';
checkInputs = [ pytestCheckHook wireshark-cli ];
checkInputs = [ py pytestCheckHook wireshark-cli ];
pythonImportsCheck = [ "pyshark" ];