Fix AUR dependency name for python-dateutil

This commit is contained in:
Sebastian Palencsar
2026-05-28 06:27:24 +02:00
parent 258e745170
commit 5e0f11e761
4 changed files with 4 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ depends=(
'python-requests'
'python-colorama'
'python-pyyaml'
'python-python-dateutil'
'python-dateutil'
)
optdepends=(
'python-lxml: web application support'