python3Packages.pyshark: Pass py into checkInputs

This commit is contained in:
Martin Weinelt
2023-01-05 13:20:49 +01:00
parent c98f8fbbd1
commit 10a157b2ea
@@ -46,7 +46,7 @@ buildPythonPackage rec {
export HOME=$(mktemp -d)
'';
checkInputs = [ pytestCheckHook wireshark-cli ];
checkInputs = [ py pytestCheckHook wireshark-cli ];
pythonImportsCheck = [ "pyshark" ];