aws-secretsmanager-caching: fix missing setuptools at runtime

This commit is contained in:
Tomas Kala
2023-05-16 16:13:50 +02:00
parent 3fedce78b2
commit e035bf06c5

View File

@@ -2,6 +2,7 @@
, buildPythonPackage
, pythonOlder
, fetchPypi
, setuptools
, setuptools-scm
, botocore
, pytestCheckHook
@@ -25,6 +26,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
botocore
setuptools # Needs pkg_resources at runtime.
];
patches = [