mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 23:02:22 +02:00
python-3-manifest: add _compat_pickle to python3-pickle
This allows us to depend on _compat_pickle.* wihtout having to add the whole python3-misc. (From OE-Core rev: 6c435672b27d1c97ce3776c98d073a92fde887cd) Signed-off-by: Anders Darander <anders@chargestorm.se> 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
64ab82509d
commit
db6977f72c
@@ -329,7 +329,7 @@ if __name__ == "__main__":
|
||||
"decimal.* fractions.* numbers.*" )
|
||||
|
||||
m.addPackage( "${PN}-pickle", "Python serialisation/persistence support", "${PN}-core ${PN}-codecs ${PN}-io ${PN}-re",
|
||||
"pickle.* shelve.* lib-dynload/cPickle.*.so pickletools.*" )
|
||||
"_compat_pickle.* pickle.* shelve.* lib-dynload/cPickle.*.so pickletools.*" )
|
||||
|
||||
m.addPackage( "${PN}-pkgutil", "Python package extension utility support", "${PN}-core",
|
||||
"pkgutil.*")
|
||||
|
||||
Reference in New Issue
Block a user