summaryrefslogtreecommitdiffstats
path: root/scripts/contrib/python/generate-manifest-3.4.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/contrib/python/generate-manifest-3.4.py')
-rwxr-xr-xscripts/contrib/python/generate-manifest-3.4.py3
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