diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/python/python-setuptools.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python-setuptools.inc b/meta/recipes-devtools/python/python-setuptools.inc index 58267966ba..29be852f66 100644 --- a/meta/recipes-devtools/python/python-setuptools.inc +++ b/meta/recipes-devtools/python/python-setuptools.inc | |||
@@ -16,6 +16,7 @@ SRC_URI[sha256sum] = "89c6e6011ec2f6d57d43a3f9296c4ef022c2cbf49bab26b407fe67992a | |||
16 | DEPENDS += "${PYTHON_PN}" | 16 | DEPENDS += "${PYTHON_PN}" |
17 | 17 | ||
18 | RDEPENDS_${PN} = "\ | 18 | RDEPENDS_${PN} = "\ |
19 | ${PYTHON_PN}-2to3 \ | ||
19 | ${PYTHON_PN}-compile \ | 20 | ${PYTHON_PN}-compile \ |
20 | ${PYTHON_PN}-compression \ | 21 | ${PYTHON_PN}-compression \ |
21 | ${PYTHON_PN}-ctypes \ | 22 | ${PYTHON_PN}-ctypes \ |
@@ -25,6 +26,7 @@ RDEPENDS_${PN} = "\ | |||
25 | ${PYTHON_PN}-json \ | 26 | ${PYTHON_PN}-json \ |
26 | ${PYTHON_PN}-netserver \ | 27 | ${PYTHON_PN}-netserver \ |
27 | ${PYTHON_PN}-numbers \ | 28 | ${PYTHON_PN}-numbers \ |
29 | ${PYTHON_PN}-pickle \ | ||
28 | ${PYTHON_PN}-pkgutil \ | 30 | ${PYTHON_PN}-pkgutil \ |
29 | ${PYTHON_PN}-plistlib \ | 31 | ${PYTHON_PN}-plistlib \ |
30 | ${PYTHON_PN}-shell \ | 32 | ${PYTHON_PN}-shell \ |