From 1375dfef1fdd781c60a4795c9e0f3ed34ced88b0 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Sun, 9 Jan 2022 13:47:48 +0100 Subject: [PATCH] qomui: remove python2 dependency --- srcpkgs/qomui/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/qomui/template b/srcpkgs/qomui/template index 9965eb13c1..bff7375165 100644 --- a/srcpkgs/qomui/template +++ b/srcpkgs/qomui/template @@ -1,11 +1,10 @@ # Template file for 'qomui' pkgname=qomui version=0.8.2 -revision=5 +revision=6 build_style=python3-module -pycompile_module="qomui" -hostmakedepends="python3 python3-setuptools" -depends="python python3 python3-PyQt5 python3-dbus python3-psutil +hostmakedepends="python3-setuptools" +depends="python3-PyQt5 python3-dbus python3-psutil python3-requests python3-BeautifulSoup4 python3-lxml python3-pexpect openvpn python3-PyQt5-dbus stunnel dnsmasq libcgroup libcgroup-utils iptables wireguard wireguard-tools openresolv"