device-deps-regenerator: Remove cm.dependencies support

It hasn't been supported since 15.0

Change-Id: Ibdefe8b1608d3481840ae7e00c05d9fcbf3a5760
This commit is contained in:
Michael Bestas
2023-01-12 22:47:51 +02:00
parent b35a287a40
commit d8eb1bc082

View File

@@ -41,7 +41,7 @@ def get_cm_dependencies(repo):
return None
blob_sha = None
for el in tree.tree:
if el.path == 'cm.dependencies' or el.path == 'lineage.dependencies':
if el.path == 'lineage.dependencies':
blob_sha = el.sha
break