Merge pull request #232248 from tomaskala/aws-secretsmanager-caching

aws-secretsmanager-caching: fix missing setuptools at runtime
This commit is contained in:
Sandro 2023-06-05 19:51:14 +02:00 committed by GitHub
commit 31bd7e57ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [