From 11c082dfd1aaa24676b02be7ec5fa3f03e206505 Mon Sep 17 00:00:00 2001 From: tonkazoid Date: Tue, 19 Feb 2019 06:17:23 +0100 Subject: [PATCH] python3-pykeepass: depends on future see here https://github.com/pschmitt/pykeepass/commit/193b39177f79d2d616daab5c7da3a3146f725986 --- srcpkgs/python3-pykeepass/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-pykeepass/template b/srcpkgs/python3-pykeepass/template index 4d9387b40b4..4211e967369 100644 --- a/srcpkgs/python3-pykeepass/template +++ b/srcpkgs/python3-pykeepass/template @@ -1,14 +1,14 @@ # Template file for 'python3-pykeepass' pkgname=python3-pykeepass version=3.0.3 -revision=1 +revision=2 archs=noarch wrksrc="pykeepass-${version}" build_style=python3-module pycompile_module="pykeepass" hostmakedepends="python3-setuptools" depends="python3-dateutil python3-argon2 python3-construct python3-lxml - python3-pycryptodome" + python3-pycryptodome python3-future" short_desc="Python3 library to interact with keepass databases" maintainer="Rasmus Thomsen " license="GPL-3.0-or-later"