awslogs: propagate setuptools

(#71172)
This commit is contained in:
Jos van Bakel 2019-11-14 14:31:13 +01:00 committed by Renaud
parent ee0c3b4f1b
commit 10600289ee

View file

@ -14,7 +14,7 @@ python3Packages.buildPythonApplication rec {
doCheck = false;
propagatedBuildInputs = with python3Packages; [
boto3 termcolor dateutil docutils
boto3 termcolor dateutil docutils setuptools
];
meta = with stdenv.lib; {