diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-charset-normalizer_3.3.2.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-charset-normalizer_3.3.2.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-python/recipes-devtools/python/python3-charset-normalizer_3.3.2.bb b/meta-python/recipes-devtools/python/python3-charset-normalizer_3.3.2.bb index 666cb5dc3a..0e6d62fc2b 100644 --- a/meta-python/recipes-devtools/python/python3-charset-normalizer_3.3.2.bb +++ b/meta-python/recipes-devtools/python/python3-charset-normalizer_3.3.2.bb | |||
@@ -8,8 +8,8 @@ SRC_URI[sha256sum] = "f30c3cb33b24454a82faecaf01b19c18562b1e89558fb6c56de4d9118a | |||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | RDEPENDS:${PN} += " \ | 10 | RDEPENDS:${PN} += " \ |
11 | ${PYTHON_PN}-core \ | 11 | python3-core \ |
12 | ${PYTHON_PN}-logging \ | 12 | python3-logging \ |
13 | ${PYTHON_PN}-codecs \ | 13 | python3-codecs \ |
14 | ${PYTHON_PN}-json \ | 14 | python3-json \ |
15 | " | 15 | " |