mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
Merge pull request #232248 from tomaskala/aws-secretsmanager-caching
aws-secretsmanager-caching: fix missing setuptools at runtime
This commit is contained in:
commit
31bd7e57ac
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user