]> code.ossystems Code Review - openembedded-core.git/commit
python3: remove package python3-robotparser
authorDominic Sacré <dominic.sacre@gmx.de>
Tue, 28 Jul 2015 14:58:36 +0000 (16:58 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 1 Aug 2015 09:59:26 +0000 (10:59 +0100)
commit9e01909f3239f0a88e20f12e65b6141e547b114a
treec771fc5b132ffcb32c1bcee10c5d8295dc904d22
parent540a223fc0fb6b07dab3316de6236924bd97613c
python3: remove package python3-robotparser

robotparser has been moved to urllib.robotparser in Python 3, and gets
packaged as part of python3-netclient alongside the rest of urllib.
This causes python3-modules to depend on an empty/missing
python3-robotparser package.

robotparser.py is relatively small and has no dependencies outside
urllib, so it makes more sense to eliminate the python3-robotparser
package than to alter the manifest for python3-netclient.

Part of the fix for [YOCTO #8048].

Signed-off-by: Dominic Sacré <dominic.sacre@gmx.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python-3.4-manifest.inc
scripts/contrib/python/generate-manifest-3.4.py