aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-psutil_5.6.3.bb
diff options
context:
space:
mode:
authorZang Ruochen <zangrc.fnst@cn.fujitsu.com>2019-06-12 13:46:57 +0800
committerKhem Raj <raj.khem@gmail.com>2019-06-15 16:45:33 -0700
commitc757ee7b5a0c1bff6340d84a331d7fc66272f84b (patch)
treeb89b3bdaf9667382f2c34390a2a5a4f8a75065fb /meta-python/recipes-devtools/python/python-psutil_5.6.3.bb
parenteda0246160fd0b30525bf89393324f38c3a9b4c8 (diff)
downloadmeta-openembedded-contrib-c757ee7b5a0c1bff6340d84a331d7fc66272f84b.tar.gz
python-psutil: upgrade 5.6.2 -> 5.6.3
-Upgrade from python-psutil_5.6.2.bb to python-psutil_5.6.3.bb. -Upgrade from python3-psutil_5.6.2.bb to python3-psutil_5.6.3.bb. -License-Update: Simplified introduction to the license for this package. 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.3.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-psutil_5.6.3.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-psutil_5.6.3.bb b/meta-python/recipes-devtools/python/python-psutil_5.6.3.bb
new file mode 100644
index 0000000000..9aabfb2069
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-psutil_5.6.3.bb
@@ -0,0 +1,6 @@
+inherit pypi setuptools
+require python-psutil.inc
+
+RDEPENDS_${PN} += " \
+ ${PYTHON_PN}-subprocess \
+"