summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/python/python/python2-manifest.json33
1 files changed, 14 insertions, 19 deletions
diff --git a/meta/recipes-devtools/python/python/python2-manifest.json b/meta/recipes-devtools/python/python/python2-manifest.json
index 4a29c56678..1e7004e05e 100644
--- a/meta/recipes-devtools/python/python/python2-manifest.json
+++ b/meta/recipes-devtools/python/python/python2-manifest.json
@@ -1,4 +1,18 @@
1{ 1{
2 "tests": {
3 "summary": "Python test suite",
4 "rdepends": [
5 "core",
6 "modules"
7 ],
8 "files": [
9 "${libdir}/python2.7/*/test",
10 "${libdir}/python2.7/*/tests",
11 "${libdir}/python2.7/idlelib/idle_test/",
12 "${libdir}/python2.7/test"
13 ],
14 "cached": []
15 },
2 "2to3": { 16 "2to3": {
3 "summary": "Python automated Python 2 to 3 code translator", 17 "summary": "Python automated Python 2 to 3 code translator",
4 "rdepends": [ 18 "rdepends": [
@@ -873,16 +887,6 @@
873 "${libdir}/python2.7/lib-dynload/_sqlite3.so" 887 "${libdir}/python2.7/lib-dynload/_sqlite3.so"
874 ] 888 ]
875 }, 889 },
876 "sqlite3-tests": {
877 "summary": "Python Sqlite3 database support tests",
878 "rdepends": [
879 "core",
880 "tests"
881 ],
882 "files": [
883 "${libdir}/python2.7/sqlite3/test"
884 ]
885 },
886 "stringold": { 890 "stringold": {
887 "summary": "Python string APIs [deprecated]", 891 "summary": "Python string APIs [deprecated]",
888 "rdepends": [ 892 "rdepends": [
@@ -925,15 +929,6 @@
925 "${libdir}/python2.7/tty.py" 929 "${libdir}/python2.7/tty.py"
926 ] 930 ]
927 }, 931 },
928 "tests": {
929 "summary": "Python tests",
930 "rdepends": [
931 "core"
932 ],
933 "files": [
934 "${libdir}/python2.7/test"
935 ]
936 },
937 "textutils": { 932 "textutils": {
938 "summary": "Python option parsin", 933 "summary": "Python option parsin",
939 "rdepends": [ 934 "rdepends": [