awsume: use python3-dateutil

This commit is contained in:
classabbyamp 2024-09-29 00:25:22 -04:00
parent dd0f5d82de
commit 725518104c
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ version=4.5.5
revision=1
build_style=python3-module
hostmakedepends="python3 python3-setuptools"
makedepends="python3-boto3 python3-botocore python3-colorama python3-pluggy python3-psutil python3-xmltodict python3-yaml python-dateutil"
makedepends="python3-boto3 python3-botocore python3-colorama python3-pluggy python3-psutil python3-xmltodict python3-yaml python3-dateutil"
depends="${makedepends}"
checkdepends="${makedepends} python3-pytest"
short_desc="Utility for easily assuming AWS IAM roles from the command line"