python3Packages.funcparserlib: add six to check deps

This commit is contained in:
Martin Weinelt 2022-04-03 04:05:20 +02:00
parent 72f9e7ced4
commit c994f0ed63

View File

@ -6,6 +6,7 @@
, python
, pytestCheckHook
, pythonOlder
, six
}:
buildPythonPackage rec {
@ -28,6 +29,7 @@ buildPythonPackage rec {
checkInputs = [
pytestCheckHook
six
];
patches = [