python3Packages.funcparserlib: add six to check deps

main
Martin Weinelt 2 years ago
parent 72f9e7ced4
commit c994f0ed63
  1. 2
      pkgs/development/python-modules/funcparserlib/default.nix

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

Loading…
Cancel
Save