From 2f1e9d12e026a31f12d3f4a7678c50431e7a55ce Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Mon, 28 May 2018 17:33:06 +0200 Subject: [PATCH] buku: fix bad depends Remove wrong atomicwrites from checkdepends (pytest>=3.6.0->atomicwrites). --- srcpkgs/buku/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/buku/template b/srcpkgs/buku/template index 61a27189700..bad50406fb3 100644 --- a/srcpkgs/buku/template +++ b/srcpkgs/buku/template @@ -1,12 +1,12 @@ # Template file for 'buku' pkgname=buku version=3.8 -revision=1 +revision=2 noarch=yes wrksrc="Buku-${version}" -checkdepends="python3-BeautifulSoup4 python3-atomicwrites python3-cryptography - python3-hypothesis python3-pytest python3-urllib3 python3-yaml" -depends="${checkdepends}" +checkdepends="python3-BeautifulSoup4 python3-cryptography python3-hypothesis + python3-pytest python3-urllib3 python3-yaml" +depends="python3-urllib3" short_desc="Cmdline bookmark management utility" maintainer="Diogo Leal " license="GPL-3.0-or-later"