aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-psutil_5.6.7.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/python/python-psutil_5.6.7.bb')
-rw-r--r--recipes-devtools/python/python-psutil_5.6.7.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-devtools/python/python-psutil_5.6.7.bb b/recipes-devtools/python/python-psutil_5.6.7.bb
index bfd16b8..f765b24 100644
--- a/recipes-devtools/python/python-psutil_5.6.7.bb
+++ b/recipes-devtools/python/python-psutil_5.6.7.bb
@@ -9,13 +9,13 @@ inherit pypi setuptools
PACKAGES =+ "${PN}-tests"
-FILES_${PN}-tests += " \
+FILES:${PN}-tests += " \
${PYTHON_SITEPACKAGES_DIR}/psutil/test* \
${PYTHON_SITEPACKAGES_DIR}/psutil/__pycache__/test* \
"
-RDEPENDS_${PN} += " \
+RDEPENDS:${PN} += " \
${PYTHON_PN}-shell \
${PYTHON_PN}-subprocess \
${PYTHON_PN}-threading \