ordenar dict basado en otra lista

orted_dict = dict()
sorted_list = list((i, unsorted_dict.get(i)) for i in ordination
Impossible Iguana