python3Packages.base58: Pass py into checkInputs

This commit is contained in:
Martin Weinelt
2023-01-05 13:20:44 +01:00
parent c89f79b582
commit 96649b6927
@@ -1,6 +1,7 @@
{ lib
, buildPythonPackage
, fetchPypi
, py
, pyhamcrest
, pytest-benchmark
, pytestCheckHook
@@ -10,6 +11,7 @@
buildPythonPackage rec {
pname = "base58";
version = "2.1.1";
format = "setuptools";
disabled = pythonOlder "3.5";
src = fetchPypi {
@@ -18,6 +20,7 @@ buildPythonPackage rec {
};
checkInputs = [
py
pyhamcrest
pytest-benchmark
pytestCheckHook