diff options
| author | Alejandro Hernandez <alejandro.hernandez@linux.intel.com> | 2017-08-04 14:14:02 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-01-20 22:31:56 +0000 |
| commit | 7aaffbede46ce352b91c7a5c5f825a6f3b5b1c2e (patch) | |
| tree | 80b839beeb0155bd3680d0e77053905eb22c5854 /meta/recipes-devtools/python/python-setuptools.inc | |
| parent | 2afde7e7bd866c4d3d059229c3c2201b7096e5e6 (diff) | |
| download | poky-7aaffbede46ce352b91c7a5c5f825a6f3b5b1c2e.tar.gz | |
python: fix RDEPENDS on several recipes, due to non-existent packages
The packaging has been altered slightly so ensure the dependencies are all still
valid.
(From OE-Core rev: 3328211afdef8ffb00dd4dff1143959d5412b075)
Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
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/python-setuptools.inc')
| -rw-r--r-- | meta/recipes-devtools/python/python-setuptools.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-devtools/python/python-setuptools.inc b/meta/recipes-devtools/python/python-setuptools.inc index d6eeeba2e3..54b7c300e0 100644 --- a/meta/recipes-devtools/python/python-setuptools.inc +++ b/meta/recipes-devtools/python/python-setuptools.inc | |||
| @@ -30,15 +30,12 @@ RDEPENDS_${PN} = "\ | |||
| 30 | ${PYTHON_PN}-distutils \ | 30 | ${PYTHON_PN}-distutils \ |
| 31 | ${PYTHON_PN}-email \ | 31 | ${PYTHON_PN}-email \ |
| 32 | ${PYTHON_PN}-html \ | 32 | ${PYTHON_PN}-html \ |
| 33 | ${PYTHON_PN}-importlib \ | ||
| 34 | ${PYTHON_PN}-netserver \ | 33 | ${PYTHON_PN}-netserver \ |
| 35 | ${PYTHON_PN}-numbers \ | 34 | ${PYTHON_PN}-numbers \ |
| 36 | ${PYTHON_PN}-pkgutil \ | 35 | ${PYTHON_PN}-pkgutil \ |
| 37 | ${PYTHON_PN}-plistlib \ | 36 | ${PYTHON_PN}-plistlib \ |
| 38 | ${PYTHON_PN}-shell \ | 37 | ${PYTHON_PN}-shell \ |
| 39 | ${PYTHON_PN}-subprocess \ | ||
| 40 | ${PYTHON_PN}-stringold \ | 38 | ${PYTHON_PN}-stringold \ |
| 41 | ${PYTHON_PN}-textutils \ | ||
| 42 | ${PYTHON_PN}-threading \ | 39 | ${PYTHON_PN}-threading \ |
| 43 | ${PYTHON_PN}-unittest \ | 40 | ${PYTHON_PN}-unittest \ |
| 44 | ${PYTHON_PN}-xml \ | 41 | ${PYTHON_PN}-xml \ |
