about summary refs log tree commit diff
path: root/pkgs/development/python-modules/cfn-lint
diff options
context:
space:
mode:
authorRoman Timushev <rtimush@gmail.com>2019-11-08 18:16:10 +0100
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2019-11-09 14:36:18 +0100
commitdfac4a0f439562b2d16e7732ba96358d39cc77e1 (patch)
treeb4eaf1cfd68ede4a1e127702184f69f19cbca91d /pkgs/development/python-modules/cfn-lint
parentf364708ce9cbe3fb67427110da567e6bc6277a6b (diff)
cfn-lint: propagate setuptools
Diffstat (limited to 'pkgs/development/python-modules/cfn-lint')
-rw-r--r--pkgs/development/python-modules/cfn-lint/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/cfn-lint/default.nix b/pkgs/development/python-modules/cfn-lint/default.nix
index 15133257738ab..5dc84e07eb0cc 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