diff options
author | Dominic Sacré <dominic.sacre@gmx.de> | 2015-07-28 16:58:36 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-01 22:24:17 +0100 |
commit | 0b69680a3385aeac76311ba4301fd5149dc2c1ad (patch) | |
tree | 58986b9f4936b39a16a74400c7932324496d638b /scripts/contrib | |
parent | 3c53a2bbd7f34ab729a3b1172a8f61d0b9f9857c (diff) | |
download | poky-0b69680a3385aeac76311ba4301fd5149dc2c1ad.tar.gz |
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].
(From OE-Core rev: 9e01909f3239f0a88e20f12e65b6141e547b114a)
Signed-off-by: Dominic Sacré <dominic.sacre@gmx.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/contrib')
-rwxr-xr-x | scripts/contrib/python/generate-manifest-3.4.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/contrib/python/generate-manifest-3.4.py b/scripts/contrib/python/generate-manifest-3.4.py index 569fd3c5fe..42c851c11a 100755 --- a/scripts/contrib/python/generate-manifest-3.4.py +++ b/scripts/contrib/python/generate-manifest-3.4.py | |||
@@ -343,9 +343,6 @@ if __name__ == "__main__": | |||
343 | m.addPackage( "${PN}-shell", "Python shell-like functionality", "${PN}-core ${PN}-re", | 343 | m.addPackage( "${PN}-shell", "Python shell-like functionality", "${PN}-core ${PN}-re", |
344 | "cmd.* commands.* dircache.* fnmatch.* glob.* popen2.* shlex.* shutil.*" ) | 344 | "cmd.* commands.* dircache.* fnmatch.* glob.* popen2.* shlex.* shutil.*" ) |
345 | 345 | ||
346 | m.addPackage( "${PN}-robotparser", "Python robots.txt parser", "${PN}-core ${PN}-netclient", | ||
347 | "urllib/robotparser.*") | ||
348 | |||
349 | m.addPackage( "${PN}-subprocess", "Python subprocess support", "${PN}-core ${PN}-io ${PN}-re ${PN}-fcntl ${PN}-pickle", | 346 | m.addPackage( "${PN}-subprocess", "Python subprocess support", "${PN}-core ${PN}-io ${PN}-re ${PN}-fcntl ${PN}-pickle", |
350 | "subprocess.*" ) | 347 | "subprocess.*" ) |
351 | 348 | ||