buku: fix bad depends
Remove wrong atomicwrites from checkdepends (pytest>=3.6.0->atomicwrites).
This commit is contained in:
parent
ce527a460a
commit
2f1e9d12e0
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'buku'
|
# Template file for 'buku'
|
||||||
pkgname=buku
|
pkgname=buku
|
||||||
version=3.8
|
version=3.8
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="Buku-${version}"
|
wrksrc="Buku-${version}"
|
||||||
checkdepends="python3-BeautifulSoup4 python3-atomicwrites python3-cryptography
|
checkdepends="python3-BeautifulSoup4 python3-cryptography python3-hypothesis
|
||||||
python3-hypothesis python3-pytest python3-urllib3 python3-yaml"
|
python3-pytest python3-urllib3 python3-yaml"
|
||||||
depends="${checkdepends}"
|
depends="python3-urllib3"
|
||||||
short_desc="Cmdline bookmark management utility"
|
short_desc="Cmdline bookmark management utility"
|
||||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user