From f9e359199515dca521b4ecb1efece359469ce168 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Mon, 15 Oct 2018 18:44:47 +0200 Subject: [PATCH] python-pykeepass: add missing dateutil dependancy --- srcpkgs/python-pykeepass/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python-pykeepass/template b/srcpkgs/python-pykeepass/template index 81e9727fef3..6a3d113d397 100644 --- a/srcpkgs/python-pykeepass/template +++ b/srcpkgs/python-pykeepass/template @@ -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 " 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() {