aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python')
-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 @@
{
+ "tests": {
+ "summary": "Python test suite",
+ "rdepends": [
+ "core",
+ "modules"
+ ],
+ "files": [
+ "${libdir}/python2.7/*/test",
+ "${libdir}/python2.7/*/tests",
+ "${libdir}/python2.7/idlelib/idle_test/",
+ "${libdir}/python2.7/test"
+ ],
+ "cached": []
+ },
"2to3": {
"summary": "Python automated Python 2 to 3 code translator",
"rdepends": [
@@ -873,16 +887,6 @@
"${libdir}/python2.7/lib-dynload/_sqlite3.so"
]
},
- "sqlite3-tests": {
- "summary": "Python Sqlite3 database support tests",
- "rdepends": [
- "core",
- "tests"
- ],
- "files": [
- "${libdir}/python2.7/sqlite3/test"
- ]
- },
"stringold": {
"summary": "Python string APIs [deprecated]",
"rdepends": [
@@ -925,15 +929,6 @@
"${libdir}/python2.7/tty.py"
]
},
- "tests": {
- "summary": "Python tests",
- "rdepends": [
- "core"
- ],
- "files": [
- "${libdir}/python2.7/test"
- ]
- },
"textutils": {
"summary": "Python option parsin",
"rdepends": [