Skip to content

Commit

Permalink
awsume: use python3-dateutil
Browse files Browse the repository at this point in the history
  • Loading branch information
classabbyamp committed Sep 29, 2024
1 parent dd0f5d8 commit 7255181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion srcpkgs/awsume/template
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7255181

Please sign in to comment.