mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
Revert "python3: fix create_manifest to handle pycache folders"
Alejandro asked this be reverted as the patch causes more problems
than it solves.
This reverts commit 5d288d286e.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -736,21 +736,21 @@
|
||||
"${libdir}/python3.5/__pycache__/poplib.*.pyc",
|
||||
"${libdir}/python3.5/__pycache__/smtplib.*.pyc",
|
||||
"${libdir}/python3.5/__pycache__/telnetlib.*.pyc",
|
||||
"${libdir}/python3.5/__pycache__/uuid.*.pyc",
|
||||
"${libdir}/python3.5/http/__pycache__",
|
||||
"${libdir}/python3.5/urllib/__pycache__"
|
||||
"${libdir}/python3.5/__pycache__/uuid.*.pyc"
|
||||
],
|
||||
"files": [
|
||||
"${libdir}/python3.5/base64.py",
|
||||
"${libdir}/python3.5/ftplib.py",
|
||||
"${libdir}/python3.5/hmac.py",
|
||||
"${libdir}/python3.5/http",
|
||||
"${libdir}/python3.5/http/__pycache__",
|
||||
"${libdir}/python3.5/mimetypes.py",
|
||||
"${libdir}/python3.5/nntplib.py",
|
||||
"${libdir}/python3.5/poplib.py",
|
||||
"${libdir}/python3.5/smtplib.py",
|
||||
"${libdir}/python3.5/telnetlib.py",
|
||||
"${libdir}/python3.5/urllib",
|
||||
"${libdir}/python3.5/urllib/__pycache__",
|
||||
"${libdir}/python3.5/uuid.py"
|
||||
],
|
||||
"rdepends": [
|
||||
@@ -1091,12 +1091,11 @@
|
||||
"summary": "Python typing support"
|
||||
},
|
||||
"unittest": {
|
||||
"cached": [
|
||||
"${libdir}/python3.5/unittest/__pycache__"
|
||||
],
|
||||
"cached": [],
|
||||
"files": [
|
||||
"${libdir}/python3.5/unittest",
|
||||
"${libdir}/python3.5/unittest/"
|
||||
"${libdir}/python3.5/unittest/",
|
||||
"${libdir}/python3.5/unittest/__pycache__"
|
||||
],
|
||||
"rdepends": [
|
||||
"core",
|
||||
@@ -1136,11 +1135,10 @@
|
||||
"summary": "Python basic XML support"
|
||||
},
|
||||
"xmlrpc": {
|
||||
"cached": [
|
||||
"${libdir}/python3.5/xmlrpc/__pycache__"
|
||||
],
|
||||
"cached": [],
|
||||
"files": [
|
||||
"${libdir}/python3.5/xmlrpc"
|
||||
"${libdir}/python3.5/xmlrpc",
|
||||
"${libdir}/python3.5/xmlrpc/__pycache__"
|
||||
],
|
||||
"rdepends": [
|
||||
"core",
|
||||
|
||||
Reference in New Issue
Block a user