summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-psutil_5.6.5.bb
diff options
context:
space:
mode:
authorZang Ruochen <zangrc.fnst@cn.fujitsu.com>2019-11-14 10:16:27 +0800
committerKhem Raj <raj.khem@gmail.com>2019-11-13 22:08:27 -0800
commitf667856197af78ebc358d9889ba36d0cb1d4d87f (patch)
tree390faddada8120672a7296ad5e8c98eb97d462a1 /meta-python/recipes-devtools/python/python-psutil_5.6.5.bb
parente2ba26f14bc426fefc04ae11a255500762aea98c (diff)
downloadmeta-openembedded-f667856197af78ebc358d9889ba36d0cb1d4d87f.tar.gz
python-psutil: upgrade 5.6.3 -> 5.6.5
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-psutil_5.6.5.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-psutil_5.6.5.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-psutil_5.6.5.bb b/meta-python/recipes-devtools/python/python-psutil_5.6.5.bb
new file mode 100644
index 0000000000..9aabfb2069
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-psutil_5.6.5.bb
@@ -0,0 +1,6 @@
1inherit pypi setuptools
2require python-psutil.inc
3
4RDEPENDS_${PN} += " \
5 ${PYTHON_PN}-subprocess \
6"