summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/contrib/python/generate-manifest-2.7.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/contrib/python/generate-manifest-2.7.py b/scripts/contrib/python/generate-manifest-2.7.py
index 6f7a4c39e0..b5941a035f 100755
--- a/scripts/contrib/python/generate-manifest-2.7.py
+++ b/scripts/contrib/python/generate-manifest-2.7.py
@@ -383,7 +383,7 @@ if __name__ == "__main__":
383 m.addPackage( "${PN}-terminal", "Python terminal controlling support", "${PN}-core ${PN}-io", 383 m.addPackage( "${PN}-terminal", "Python terminal controlling support", "${PN}-core ${PN}-io",
384 "pty.* tty.*" ) 384 "pty.* tty.*" )
385 385
386 m.addPackage( "${PN}-tests", "Python tests", "${PN}-core", 386 m.addPackage( "${PN}-tests", "Python tests", "${PN}-core ${PN}-modules",
387 "test" ) # package 387 "test" ) # package
388 388
389 m.addPackage( "${PN}-threading", "Python threading & synchronization support", "${PN}-core ${PN}-lang", 389 m.addPackage( "${PN}-threading", "Python threading & synchronization support", "${PN}-core ${PN}-lang",