python-pykeepass: add missing dateutil dependancy

This commit is contained in:
Alessio Sergi 2018-10-15 18:44:47 +02:00
parent e92b75ba5b
commit f9e3591995
1 changed files with 4 additions and 3 deletions

View File

@ -1,13 +1,14 @@
# Template file for 'python-pykeepass'
pkgname=python-pykeepass
version=3.0.2
revision=2
revision=3
noarch=yes
wrksrc="pykeepass-${version}"
build_style=python-module
pycompile_module="pykeepass"
hostmakedepends="python-setuptools python3-setuptools"
depends="python-argon2 python-construct python-lxml python-pycryptodome"
depends="python-dateutil python-argon2 python-construct python-lxml
python-pycryptodome"
short_desc="Python2 library to interact with keepass databases"
maintainer="Rasmus Thomsen <rasmus.thomsen@protonmail.com>"
license="GPL-3.0-or-later"
@ -18,7 +19,7 @@ checksum=20b53d10e9c319301929f029579623562c815c4b4c787bf96d4bd7680581d6cd
python3-pykeepass_package() {
noarch=yes
pycompile_module="pykeepass"
depends="python3-argon2 python3-construct python3-lxml
depends="python3-dateutil python3-argon2 python3-construct python3-lxml
python3-pycryptodome"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {