python3Packages.aurorapy: add six to check deps
This commit is contained in:
parent
bd8dac27b4
commit
ac4a86a2f5
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
, pyserial
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
, six
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -28,6 +29,7 @@ buildPythonPackage rec {
|
|||
|
||||
checkInputs = [
|
||||
pytestCheckHook
|
||||
six
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
|
|
Loading…
Reference in a new issue