Commit graph

3 commits

Author SHA1 Message Date
Joey Riches
3b3cc27826 common/Scripts: fix logic error in get-py-deps.py
**Summary**
- We want unique elements in either normalized set
2025-02-16 16:26:39 +00:00
Joey Riches
bfc41ae29a common/Scripts: Attempt to show mismatched dependencies in get-py-deps
**Summary**
- Get the current rundeps removing the 'python-' prefix
  and comparing '-' and '_' equivalently compare against
  the required deps from pypi.
2025-02-16 14:26:12 +00:00
Joey Riches
ad0642fc89 common/Scripts: Add get-py-deps.py
**Summary**
- Prints a list of python dependencies from a package.yml
  or a .egg-info or .dist-info path
2025-01-23 20:08:23 +00:00