python3Packages.aurorapy: add six to check deps

This commit is contained in:
Martin Weinelt 2022-03-31 23:35:45 +02:00
parent bd8dac27b4
commit ac4a86a2f5

View file

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