From 6864b601046c71509d924d7e2dfe811109984dc0 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Mon, 31 Oct 2016 23:10:38 +0100 Subject: python3-psutil: add python3 version of psutil MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Split out common code to python-psutil.inc Signed-off-by: Andreas Müller Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python3-psutil_4.2.0.bb | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-psutil_4.2.0.bb (limited to 'meta-python/recipes-devtools/python/python3-psutil_4.2.0.bb') diff --git a/meta-python/recipes-devtools/python/python3-psutil_4.2.0.bb b/meta-python/recipes-devtools/python/python3-psutil_4.2.0.bb new file mode 100644 index 0000000000..d95332cdc1 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-psutil_4.2.0.bb @@ -0,0 +1,6 @@ +inherit pypi setuptools3 +require python-psutil.inc + +RDEPENDS_${PN} += " \ + python3-subprocess \ +" -- cgit v1.2.3-54-g00ecf