Details
Description
Using `--extra-ignore-dirs` option with PySide6 deploy results in python exception. Exception appears to be caused by a list type being passed to function that has cache decorator, resulting in `TypeError: unhashable type: 'list'` error in dependency_util.py file.