diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3/python3-manifest.json')
| -rw-r--r-- | meta/recipes-devtools/python/python3/python3-manifest.json | 36 |
1 files changed, 14 insertions, 22 deletions
diff --git a/meta/recipes-devtools/python/python3/python3-manifest.json b/meta/recipes-devtools/python/python3/python3-manifest.json index 95ae3fb021..539b7967b5 100644 --- a/meta/recipes-devtools/python/python3/python3-manifest.json +++ b/meta/recipes-devtools/python/python3/python3-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}/python${PYTHON_MAJMIN}/*/test", | ||
| 10 | "${libdir}/python${PYTHON_MAJMIN}/*/tests", | ||
| 11 | "${libdir}/python${PYTHON_MAJMIN}/idlelib/idle_test/", | ||
| 12 | "${libdir}/python${PYTHON_MAJMIN}/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": [ |
| @@ -989,17 +1003,6 @@ | |||
| 989 | "${libdir}/python${PYTHON_MAJMIN}/sqlite3/__pycache__/dump.*.pyc" | 1003 | "${libdir}/python${PYTHON_MAJMIN}/sqlite3/__pycache__/dump.*.pyc" |
| 990 | ] | 1004 | ] |
| 991 | }, | 1005 | }, |
| 992 | "sqlite3-tests": { | ||
| 993 | "cached": [], | ||
| 994 | "files": [ | ||
| 995 | "${libdir}/python${PYTHON_MAJMIN}/sqlite3/test" | ||
| 996 | ], | ||
| 997 | "rdepends": [ | ||
| 998 | "core", | ||
| 999 | "tests" | ||
| 1000 | ], | ||
| 1001 | "summary": "Python Sqlite3 database support tests" | ||
| 1002 | }, | ||
| 1003 | "stringold": { | 1006 | "stringold": { |
| 1004 | "summary": "Python string APIs [deprecated]", | 1007 | "summary": "Python string APIs [deprecated]", |
| 1005 | "rdepends": [ | 1008 | "rdepends": [ |
| @@ -1037,17 +1040,6 @@ | |||
| 1037 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/tty.*.pyc" | 1040 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/tty.*.pyc" |
| 1038 | ] | 1041 | ] |
| 1039 | }, | 1042 | }, |
| 1040 | "tests": { | ||
| 1041 | "cached": [], | ||
| 1042 | "files": [ | ||
| 1043 | "${libdir}/python${PYTHON_MAJMIN}/test" | ||
| 1044 | ], | ||
| 1045 | "rdepends": [ | ||
| 1046 | "core", | ||
| 1047 | "modules" | ||
| 1048 | ], | ||
| 1049 | "summary": "Python tests" | ||
| 1050 | }, | ||
| 1051 | "threading": { | 1043 | "threading": { |
| 1052 | "summary": "Python threading & synchronization support", | 1044 | "summary": "Python threading & synchronization support", |
| 1053 | "rdepends": [ | 1045 | "rdepends": [ |
