diff options
author | Ross Burton <ross.burton@intel.com> | 2018-07-12 21:00:47 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-07-18 10:18:42 +0100 |
commit | d3c639f5c953944760827c116e0d38985db48961 (patch) | |
tree | 4a14ed119a1c1dd73c05d9529a40ce06bc8e30b5 /meta/recipes-devtools/python | |
parent | 30ea610d0405e687877e946faa71e20d19baa57e (diff) | |
download | poky-d3c639f5c953944760827c116e0d38985db48961.tar.gz |
python-setuptools: rationalise dependencies
There's no need to do native- and nativesdk-specific DEPENDS as the
BBCLASSEXTENDs handles those renames for us.
There's no need to have a subset of RDEPENDS for class-native as all with the
new manifest the python-native PROVIDES are complete.
(From OE-Core rev: 3e3c5cc579482041f0233e3e03ace736b62fb364)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r-- | meta/recipes-devtools/python/python-setuptools.inc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/meta/recipes-devtools/python/python-setuptools.inc b/meta/recipes-devtools/python/python-setuptools.inc index b121b2ab3c..ab1c013ef1 100644 --- a/meta/recipes-devtools/python/python-setuptools.inc +++ b/meta/recipes-devtools/python/python-setuptools.inc | |||
@@ -12,8 +12,6 @@ SRC_URI[md5sum] = "260630ae1a64bafa39dcc53404d63829" | |||
12 | SRC_URI[sha256sum] = "012adb8e25fbfd64c652e99e7bab58799a3aaf05d39ab38561f69190a909015f" | 12 | SRC_URI[sha256sum] = "012adb8e25fbfd64c652e99e7bab58799a3aaf05d39ab38561f69190a909015f" |
13 | 13 | ||
14 | DEPENDS += "${PYTHON_PN}" | 14 | DEPENDS += "${PYTHON_PN}" |
15 | DEPENDS_class-native = "${PYTHON_PN}-native" | ||
16 | DEPENDS_class-nativesdk = "nativesdk-${PYTHON_PN}" | ||
17 | 15 | ||
18 | DISTUTILS_INSTALL_ARGS += "--install-lib=${D}${PYTHON_SITEPACKAGES_DIR} \ | 16 | DISTUTILS_INSTALL_ARGS += "--install-lib=${D}${PYTHON_SITEPACKAGES_DIR} \ |
19 | --script-dir=${bindir}" | 17 | --script-dir=${bindir}" |
@@ -35,12 +33,6 @@ RDEPENDS_${PN} = "\ | |||
35 | ${PYTHON_PN}-unittest \ | 33 | ${PYTHON_PN}-unittest \ |
36 | ${PYTHON_PN}-xml \ | 34 | ${PYTHON_PN}-xml \ |
37 | " | 35 | " |
38 | |||
39 | RDEPENDS_${PN}_class-native = "\ | ||
40 | ${PYTHON_PN}-compression \ | ||
41 | ${PYTHON_PN}-distutils \ | ||
42 | " | ||
43 | |||
44 | do_install_prepend() { | 36 | do_install_prepend() { |
45 | install -d ${D}${PYTHON_SITEPACKAGES_DIR} | 37 | install -d ${D}${PYTHON_SITEPACKAGES_DIR} |
46 | } | 38 | } |