From dfac4a0f439562b2d16e7732ba96358d39cc77e1 Mon Sep 17 00:00:00 2001 From: Roman Timushev Date: Fri, 8 Nov 2019 18:16:10 +0100 Subject: [PATCH] cfn-lint: propagate setuptools --- pkgs/development/python-modules/cfn-lint/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/cfn-lint/default.nix b/pkgs/development/python-modules/cfn-lint/default.nix index 15133257738a..5dc84e07eb0c 100644 --- a/pkgs/development/python-modules/cfn-lint/default.nix +++ b/pkgs/development/python-modules/cfn-lint/default.nix @@ -8,6 +8,7 @@ , jsonpatch , jsonschema , pathlib2 +, setuptools }: buildPythonPackage rec { @@ -27,6 +28,7 @@ buildPythonPackage rec { jsonpatch jsonschema pathlib2 + setuptools ]; # No tests included in archive