python3Packages.variants: add six to check deps
This commit is contained in:
parent
7739dfcece
commit
94fb150cac
1 changed files with 2 additions and 1 deletions
|
@ -4,6 +4,7 @@
|
|||
, pytest-runner
|
||||
, setuptools-scm
|
||||
, pytestCheckHook
|
||||
, six
|
||||
, lib
|
||||
}:
|
||||
|
||||
|
@ -17,12 +18,12 @@ buildPythonPackage rec {
|
|||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
pytest-runner
|
||||
setuptools-scm
|
||||
];
|
||||
|
||||
checkInputs = [
|
||||
pytestCheckHook
|
||||
six
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue