diff options
author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2019-06-12 13:46:57 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-06-15 16:45:33 -0700 |
commit | c757ee7b5a0c1bff6340d84a331d7fc66272f84b (patch) | |
tree | b89b3bdaf9667382f2c34390a2a5a4f8a75065fb /meta-python/recipes-devtools/python/python-psutil_5.6.3.bb | |
parent | eda0246160fd0b30525bf89393324f38c3a9b4c8 (diff) | |
download | meta-openembedded-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.bb | 6 |
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 000000000..9aabfb206 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-psutil_5.6.3.bb | |||
@@ -0,0 +1,6 @@ | |||
1 | inherit pypi setuptools | ||
2 | require python-psutil.inc | ||
3 | |||
4 | RDEPENDS_${PN} += " \ | ||
5 | ${PYTHON_PN}-subprocess \ | ||
6 | " | ||