diff options
Diffstat (limited to 'meta-openembedded/meta-python/recipes-devtools/python/python3-chardet_4.0.0.bb')
-rw-r--r-- | meta-openembedded/meta-python/recipes-devtools/python/python3-chardet_4.0.0.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-openembedded/meta-python/recipes-devtools/python/python3-chardet_4.0.0.bb b/meta-openembedded/meta-python/recipes-devtools/python/python3-chardet_4.0.0.bb index 4caf33cb2..8b3c8bbaa 100644 --- a/meta-openembedded/meta-python/recipes-devtools/python/python3-chardet_4.0.0.bb +++ b/meta-openembedded/meta-python/recipes-devtools/python/python3-chardet_4.0.0.bb @@ -10,13 +10,13 @@ DEPENDS += "${PYTHON_PN}-pytest-runner-native" inherit pypi setuptools3 PACKAGES =+ "${PN}-cli" -FILES_${PN}-cli += " \ +FILES:${PN}-cli += " \ ${PYTHON_SITEPACKAGES_DIR}/chardet/cli \ " -RDEPENDS_${PN}-cli = "${PN} " +RDEPENDS:${PN}-cli = "${PN} " -RDEPENDS_${PN}_class-target += " \ +RDEPENDS:${PN}:class-target += " \ ${PYTHON_PN}-logging \ " |