summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-psutil_5.6.7.bb
diff options
context:
space:
mode:
authorZang Ruochen <zangrc.fnst@cn.fujitsu.com>2020-01-02 13:57:32 +0800
committerKhem Raj <raj.khem@gmail.com>2020-01-02 09:40:34 -0800
commit178013eb600452395d7411ea5dea8b4b1dcaf0af (patch)
treef67dd91a755b5d7a9dc3b8d075e8bcc4cd83f93e /meta-python/recipes-devtools/python/python-psutil_5.6.7.bb
parent9adce38e388f67735fe28db608139dfbbc02467c (diff)
downloadmeta-openembedded-178013eb600452395d7411ea5dea8b4b1dcaf0af.tar.gz
python-psutil: upgrade 5.6.5 -> 5.6.7
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.7.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-psutil_5.6.7.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-psutil_5.6.7.bb b/meta-python/recipes-devtools/python/python-psutil_5.6.7.bb
new file mode 100644
index 0000000000..9aabfb2069
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-psutil_5.6.7.bb
@@ -0,0 +1,6 @@
1inherit pypi setuptools
2require python-psutil.inc
3
4RDEPENDS_${PN} += " \
5 ${PYTHON_PN}-subprocess \
6"