-
I'm trying to package an application that uses a library (large_image) which uses additional packages by iterating over I've added these plugins using the Is there a trick to get this to work? A few years ago this comment indicated that such metadata wasn't included, and I haven't yet stumbled across anything official more recently about this. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
There's a |
Beta Was this translation helpful? Give feedback.
-
Thanks for the fast response! Adding this to the |
Beta Was this translation helpful? Give feedback.
There's a
collect_entry_point
hook utility function that you can use in your spec file (or a hook forlarge_image
). It is not mapped to CLI, though (so there is no equivalent to--hidden-import
or--copy-metadata
.