python3Packages.validators: propagate six

This commit is contained in:
Martin Weinelt 2022-03-31 23:14:45 +02:00
parent ff41191d8f
commit 7739dfcece

View file

@ -3,6 +3,7 @@
, fetchPypi
, isPy27
, decorator
, six
, pytestCheckHook
}:
@ -18,6 +19,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
decorator
six
];
checkInputs = [