python3Packages.variants: add six to check deps
This commit is contained in:
@@ -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; {
|
||||
|
||||
Reference in New Issue
Block a user