mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
protonvpn-cli: add missing dependency
This commit is contained in:
parent
f6877097c0
commit
d65c4bc283
1 changed files with 3 additions and 2 deletions
|
@ -1,12 +1,13 @@
|
||||||
# Template file for 'protonvpn-cli'
|
# Template file for 'protonvpn-cli'
|
||||||
pkgname=protonvpn-cli
|
pkgname=protonvpn-cli
|
||||||
version=2.2.11
|
version=2.2.11
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="linux-cli-community-${version}"
|
wrksrc="linux-cli-community-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
makedepends="python3-devel"
|
makedepends="python3-devel"
|
||||||
depends="openvpn python3-pythondialog python3-docopt python3-requests python3-Jinja2"
|
depends="openvpn python3-pythondialog python3-docopt python3-requests
|
||||||
|
python3-Jinja2 python3-distro"
|
||||||
short_desc="Linux command-line client for ProtonVPN written in Python"
|
short_desc="Linux command-line client for ProtonVPN written in Python"
|
||||||
maintainer="svenper <svenper@tuta.io>"
|
maintainer="svenper <svenper@tuta.io>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
|
|
Loading…
Add table
Reference in a new issue