lesspass: add python3-requests dependency
This commit is contained in:
parent
b5dc00238c
commit
5c83b74f03
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'lesspass'
|
||||
pkgname=lesspass
|
||||
version=10.2.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_wrksrc="cli"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3"
|
||||
depends="python3-requests"
|
||||
checkdepends="python3-pexpect python3-mock python3-requests"
|
||||
short_desc="Stateless password generator"
|
||||
maintainer="Eloi Torrents <eloitor@disroot.org>"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue