ps_mem: add python3 as dep

This commit is contained in:
icp 2022-11-16 01:30:05 +05:30 committed by Michal Vasilek
parent 6d5d1af2c3
commit 4db87eb33f

View File

@ -1,9 +1,10 @@
# Template file for 'ps_mem'
pkgname=ps_mem
version=3.14
revision=2
revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Utility to accurately report the core memory usage for a program"
maintainer="wael <40663@proton.me>"
license="LGPL-2.1-only"