diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3/python3-manifest.json')
| -rw-r--r-- | meta/recipes-devtools/python/python3/python3-manifest.json | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3/python3-manifest.json b/meta/recipes-devtools/python/python3/python3-manifest.json index 92d0d00945..ef9826f02c 100644 --- a/meta/recipes-devtools/python/python3/python3-manifest.json +++ b/meta/recipes-devtools/python/python3/python3-manifest.json | |||
| @@ -366,7 +366,8 @@ | |||
| 366 | "db": { | 366 | "db": { |
| 367 | "cached": [], | 367 | "cached": [], |
| 368 | "files": [ | 368 | "files": [ |
| 369 | "${libdir}/python3.5/dbm" | 369 | "${libdir}/python3.5/dbm", |
| 370 | "${libdir}/python3.5/lib-dynload/_dbm.*.so" | ||
| 370 | ], | 371 | ], |
| 371 | "rdepends": [ | 372 | "rdepends": [ |
| 372 | "core" | 373 | "core" |
| @@ -493,6 +494,16 @@ | |||
| 493 | ], | 494 | ], |
| 494 | "summary": "Python's fcntl interface" | 495 | "summary": "Python's fcntl interface" |
| 495 | }, | 496 | }, |
| 497 | "gdbm": { | ||
| 498 | "cached": [], | ||
| 499 | "files": [ | ||
| 500 | "${libdir}/python3.5/lib-dynload/_gdbm.*.so" | ||
| 501 | ], | ||
| 502 | "rdepends": [ | ||
| 503 | "core" | ||
| 504 | ], | ||
| 505 | "summary": "Python GNU database support" | ||
| 506 | }, | ||
| 496 | "html": { | 507 | "html": { |
| 497 | "cached": [ | 508 | "cached": [ |
| 498 | "${libdir}/python3.5/__pycache__/formatter.*.pyc" | 509 | "${libdir}/python3.5/__pycache__/formatter.*.pyc" |
| @@ -1126,4 +1137,4 @@ | |||
| 1126 | ], | 1137 | ], |
| 1127 | "summary": "Python XML-RPC support" | 1138 | "summary": "Python XML-RPC support" |
| 1128 | } | 1139 | } |
| 1129 | } | 1140 | } \ No newline at end of file |
