python3Packages.getmac: Pass py into checkInputs

This commit is contained in:
Martin Weinelt 2023-01-01 23:15:32 +01:00
parent fca5b85c63
commit a25311986e

View file

@ -1,6 +1,7 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, py
, pytest-benchmark
, pytest-mock
, pytestCheckHook
@ -19,6 +20,7 @@ buildPythonPackage rec {
};
checkInputs = [
py
pytestCheckHook
pytest-benchmark
pytest-mock