subpackage not able to pack up when its name in the output section is not the same as the parent package one
My parent package name is cinema. When a subpackage is named cinema-core, it does not got packed up in conda build process.
Only works when the parent name equals the subpackage name.