python311Packages.aws-secretsmanager-caching: refactor

This commit is contained in:
Fabian Affolter 2024-04-02 20:21:28 +02:00 committed by GitHub
parent 351f325946
commit 36e2ec27ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,11 +32,11 @@ buildPythonPackage rec {
--replace-fail "'pytest-runner'," ""
'';
nativeBuildInputs = [
build-system = [
setuptools-scm
];
propagatedBuildInputs = [
dependencies = [
botocore
setuptools # Needs pkg_resources at runtime.
];