python3Packages.dictpath: add six to check deps

This commit is contained in:
Martin Weinelt
2022-04-15 01:39:47 +02:00
parent 6436369a07
commit f387a95217
@@ -2,6 +2,7 @@
, buildPythonPackage
, fetchFromGitHub
, pytestCheckHook
, six
}:
buildPythonPackage rec {
@@ -21,6 +22,7 @@ buildPythonPackage rec {
checkInputs = [
pytestCheckHook
six
];
pythonImportsCheck = [ "dictpath" ];