buku: add missing dependency python3-requests
This commit is contained in:
parent
532ead20f2
commit
3a492c4698
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'buku'
|
# Template file for 'buku'
|
||||||
pkgname=buku
|
pkgname=buku
|
||||||
version=2.9
|
version=2.9
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc=Buku-${version}
|
wrksrc=Buku-${version}
|
||||||
noarch=yes
|
noarch=yes
|
||||||
python_version="3"
|
python_version="3"
|
||||||
depends="python3"
|
depends="python3 python3-requests"
|
||||||
short_desc="A cmdline bookmark management utility"
|
short_desc="A cmdline bookmark management utility"
|
||||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue