cfn-lint: propagate setuptools

This commit is contained in:
Roman Timushev 2019-11-08 18:16:10 +01:00 committed by Frederik Rietdijk
parent f364708ce9
commit dfac4a0f43

View File

@ -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