cfn-lint: propagate setuptools

This commit is contained in:
Roman Timushev
2019-11-09 14:36:18 +01:00
committed by Frederik Rietdijk
parent f364708ce9
commit dfac4a0f43
@@ -8,6 +8,7 @@
, jsonpatch , jsonpatch
, jsonschema , jsonschema
, pathlib2 , pathlib2
, setuptools
}: }:
buildPythonPackage rec { buildPythonPackage rec {
@@ -27,6 +28,7 @@ buildPythonPackage rec {
jsonpatch jsonpatch
jsonschema jsonschema
pathlib2 pathlib2
setuptools
]; ];
# No tests included in archive # No tests included in archive