summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3/python3-manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python3/python3-manifest.json')
-rw-r--r--meta/recipes-devtools/python/python3/python3-manifest.json15
1 files changed, 9 insertions, 6 deletions
diff --git a/meta/recipes-devtools/python/python3/python3-manifest.json b/meta/recipes-devtools/python/python3/python3-manifest.json
index 911be8e971..26fa613eff 100644
--- a/meta/recipes-devtools/python/python3/python3-manifest.json
+++ b/meta/recipes-devtools/python/python3/python3-manifest.json
@@ -591,8 +591,7 @@
591 ], 591 ],
592 "rdepends": [ 592 "rdepends": [
593 "core", 593 "core",
594 "stringold", 594 "stringold"
595 "netserver"
596 ], 595 ],
597 "summary": "Python logging support" 596 "summary": "Python logging support"
598 }, 597 },
@@ -978,14 +977,18 @@
978 }, 977 },
979 "sqlite3": { 978 "sqlite3": {
980 "cached": [ 979 "cached": [
981 "${libdir}/python3.5/sqlite3/__pycache__/*.pyc" 980 "${libdir}/python3.5/sqlite3/__pycache__",
981 "${libdir}/python3.5/sqlite3/__pycache__/dbapi2.*.pyc",
982 "${libdir}/python3.5/sqlite3/__pycache__/dump.*.pyc"
982 ], 983 ],
983 "files": [ 984 "files": [
984 "${libdir}/python3.5/lib-dynload/_sqlite3.*.so", 985 "${libdir}/python3.5/lib-dynload/_sqlite3.*.so",
985 "${libdir}/python3.5/sqlite3/*.py" 986 "${libdir}/python3.5/sqlite3/dbapi2.py",
987 "${libdir}/python3.5/sqlite3/dump.py"
986 ], 988 ],
987 "rdepends": [ 989 "rdepends": [
988 "core" 990 "core",
991 "datetime"
989 ], 992 ],
990 "summary": "Python Sqlite3 database support" 993 "summary": "Python Sqlite3 database support"
991 }, 994 },
@@ -1145,4 +1148,4 @@
1145 ], 1148 ],
1146 "summary": "Python XML-RPC support" 1149 "summary": "Python XML-RPC support"
1147 } 1150 }
1148} 1151} \ No newline at end of file