From 1de2bb129ce334c2302860dd0569a5b464ac10c6 Mon Sep 17 00:00:00 2001 From: Alex Childs Date: Fri, 25 Sep 2020 16:34:03 -0500 Subject: [PATCH] python3-psutil: added python3 in depends --- srcpkgs/python-psutil/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/python-psutil/template b/srcpkgs/python-psutil/template index 7daf1615a81..b10d302f557 100644 --- a/srcpkgs/python-psutil/template +++ b/srcpkgs/python-psutil/template @@ -1,11 +1,12 @@ # Template file for 'python-psutil' pkgname=python-psutil version=5.7.0 -revision=1 +revision=2 wrksrc="psutil-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" makedepends="python-devel python3-devel" +depends="python3" short_desc="Cross-platform process and system utilities module for Python2" maintainer="Alessio Sergi " license="BSD-3-Clause"