diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-screeninfo_0.8.1.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-screeninfo_0.8.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-screeninfo_0.8.1.bb b/meta-python/recipes-devtools/python/python3-screeninfo_0.8.1.bb index 0fb3f3a228..19ac3f67f0 100644 --- a/meta-python/recipes-devtools/python/python3-screeninfo_0.8.1.bb +++ b/meta-python/recipes-devtools/python/python3-screeninfo_0.8.1.bb | |||
@@ -11,6 +11,6 @@ SRC_URI[sha256sum] = "9983076bcc7e34402a1a9e4d7dabf3729411fd2abb3f3b4be7eba73519 | |||
11 | inherit pypi setuptools3 | 11 | inherit pypi setuptools3 |
12 | 12 | ||
13 | RDEPENDS:${PN} += "\ | 13 | RDEPENDS:${PN} += "\ |
14 | ${PYTHON_PN}-core \ | 14 | python3-core \ |
15 | ${PYTHON_PN}-profile \ | 15 | python3-profile \ |
16 | " | 16 | " |