From 5c0d5fa153f5a7aeaff4f268b231274177eae05a Mon Sep 17 00:00:00 2001 From: Luciogi Date: Thu, 23 Nov 2023 14:27:12 +0500 Subject: [PATCH] awsume: fix tests --- srcpkgs/awsume/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/awsume/template b/srcpkgs/awsume/template index e53504e5def..81e3e989e1d 100644 --- a/srcpkgs/awsume/template +++ b/srcpkgs/awsume/template @@ -4,9 +4,9 @@ version=4.5.3 revision=4 build_style=python3-module hostmakedepends="python3 python3-setuptools" -makedepends="python3-argcomplete python3-boto3 python3-colorama python3-coverage - python3-pluggy python3-psutil python3-xmltodict python3-yaml" +makedepends="python3-boto3 python3-botocore python3-colorama python3-pluggy python3-psutil python3-xmltodict python3-yaml python-dateutil" depends="${makedepends}" +checkdepends="${makedepends} python3-pytest" short_desc="Utility for easily assuming AWS IAM roles from the command line" maintainer="Leah Neukirchen " license="MIT"