meta-openembedded/meta-python/recipes-devtools/python/python-psutil_4.2.0.bb
Andreas Müller 6864b60104 python3-psutil: add python3 version of psutil
Split out common code to python-psutil.inc

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-11-22 13:59:36 +01:00

7 lines
99 B
BlitzBasic

inherit pypi setuptools
require python-psutil.inc
RDEPENDS_${PN} += " \
python-subprocess \
"