summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/python/python3/create_manifest3.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3/create_manifest3.py b/meta/recipes-devtools/python/python3/create_manifest3.py
index efef62af94..fddb23cdc4 100644
--- a/meta/recipes-devtools/python/python3/create_manifest3.py
+++ b/meta/recipes-devtools/python/python3/create_manifest3.py
@@ -214,7 +214,7 @@ for pypkg in old_manifest:
214 214
215 # Handle special cases, we assume that when they were manually added 215 # Handle special cases, we assume that when they were manually added
216 # to the manifest we knew what we were doing. 216 # to the manifest we knew what we were doing.
217 special_packages = ['misc', 'modules', 'dev', 'tests', 'sqlite3-tests'] 217 special_packages = ['misc', 'modules', 'dev', 'tests']
218 if pypkg in special_packages or 'staticdev' in pypkg: 218 if pypkg in special_packages or 'staticdev' in pypkg:
219 print('Passing %s package directly' % pypkg) 219 print('Passing %s package directly' % pypkg)
220 new_manifest[pypkg] = old_manifest[pypkg] 220 new_manifest[pypkg] = old_manifest[pypkg]