mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 03:49:32 +02:00
python3: consolidate sqlite3 files
Some of the sqlite3 module was in python3-misc by accident, move the files into python3-sqlite3 where they belong. (From OE-Core rev: f06a8d20560b8e93cf875ee58eddda0a976e7b14) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
9280c47662
commit
3a51d2c808
@@ -977,9 +977,12 @@
|
|||||||
"summary": "Python Simple Mail Transport Daemon"
|
"summary": "Python Simple Mail Transport Daemon"
|
||||||
},
|
},
|
||||||
"sqlite3": {
|
"sqlite3": {
|
||||||
"cached": [],
|
"cached": [
|
||||||
|
"${libdir}/python3.5/sqlite3/__pycache__/*.pyc"
|
||||||
|
],
|
||||||
"files": [
|
"files": [
|
||||||
"${libdir}/python3.5/lib-dynload/_sqlite3.*.so"
|
"${libdir}/python3.5/lib-dynload/_sqlite3.*.so",
|
||||||
|
"${libdir}/python3.5/sqlite3/*.py"
|
||||||
],
|
],
|
||||||
"rdepends": [
|
"rdepends": [
|
||||||
"core"
|
"core"
|
||||||
|
|||||||
Reference in New Issue
Block a user