Skip to content

Commit

Permalink
Standalone: Add missing resource file for "pyocd" and "cmsis_pack_man…
Browse files Browse the repository at this point in the history
…ager" (#2565)
  • Loading branch information
shenjackyuanjie committed Nov 22, 2023
1 parent 477fb00 commit 08979ec
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions nuitka/plugins/standard/standard.nuitka-package.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,12 @@
replacements_plain:
'__version__ = get_distribution(__name__).version': 'raise DistributionNotFound'

- module-name: 'cmsis_pack_manager.cmsis_pack_manager'
dlls:
- from_filenames:
prefixes:
- 'native'

- module-name: 'connexion'
data-files:
dirs:
Expand Down Expand Up @@ -3011,6 +3017,12 @@
- depends:
- 'pymssql._mssql'

- module-name: 'pyocd'
data-files:
patterns:
- 'debug/sequences/*.lark'
- 'debug/svd/*.zip'

- module-name: 'pyodbc'
implicit-imports:
- depends:
Expand Down

0 comments on commit 08979ec

Please sign in to comment.