diff options
Diffstat (limited to 'meta/recipes-devtools/python/python-setuptools.inc')
-rw-r--r-- | meta/recipes-devtools/python/python-setuptools.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python-setuptools.inc b/meta/recipes-devtools/python/python-setuptools.inc index c91cca9f06..032d337424 100644 --- a/meta/recipes-devtools/python/python-setuptools.inc +++ b/meta/recipes-devtools/python/python-setuptools.inc | |||
@@ -48,6 +48,12 @@ BBCLASSEXTEND = "native nativesdk" | |||
48 | # minimal distributions. | 48 | # minimal distributions. |
49 | PACKAGES =+ "${PYTHON_PN}-pkg-resources " | 49 | PACKAGES =+ "${PYTHON_PN}-pkg-resources " |
50 | FILES_${PYTHON_PN}-pkg-resources = "${PYTHON_SITEPACKAGES_DIR}/pkg_resources/*" | 50 | FILES_${PYTHON_PN}-pkg-resources = "${PYTHON_SITEPACKAGES_DIR}/pkg_resources/*" |
51 | RDEPENDS_${PYTHON_PN}-pkg-resources = "\ | ||
52 | ${PYTHON_PN}-compression \ | ||
53 | ${PYTHON_PN}-email \ | ||
54 | ${PYTHON_PN}-plistlib \ | ||
55 | ${PYTHON_PN}-pprint \ | ||
56 | " | ||
51 | # Due to the way OE-Core implemented native recipes, the native class cannot | 57 | # Due to the way OE-Core implemented native recipes, the native class cannot |
52 | # have a dependency on something that is not a recipe name. Work around that by | 58 | # have a dependency on something that is not a recipe name. Work around that by |
53 | # manually setting RPROVIDES. | 59 | # manually setting RPROVIDES. |