python3Packages.validators: propagate six
This commit is contained in:
parent
ff41191d8f
commit
7739dfcece
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
, fetchPypi
|
||||
, isPy27
|
||||
, decorator
|
||||
, six
|
||||
, pytestCheckHook
|
||||
}:
|
||||
|
||||
|
@ -18,6 +19,7 @@ buildPythonPackage rec {
|
|||
|
||||
propagatedBuildInputs = [
|
||||
decorator
|
||||
six
|
||||
];
|
||||
|
||||
checkInputs = [
|
||||
|
|
Loading…
Reference in a new issue