Closed EarthmanT closed 4 years ago
When a package uses namespace packages, the function get_source_name_and_version will error. I'm not sure why. The wagon name will then be --py27-none-linux_x86_64.wgn instead of some_package_with_namespaces-0.1-py27-none-linux_x86_64.wgn
get_source_name_and_version
--py27-none-linux_x86_64.wgn
some_package_with_namespaces-0.1-py27-none-linux_x86_64.wgn
Discussed with @EarthmanT, and this is no longer required.
When a package uses namespace packages, the function
get_source_name_and_version
will error. I'm not sure why. The wagon name will then be--py27-none-linux_x86_64.wgn
instead ofsome_package_with_namespaces-0.1-py27-none-linux_x86_64.wgn