GP-0: Fix for validating Python wheel Module.manifest IP

This commit is contained in:
Ryan Kurtz 2025-01-30 06:24:01 -05:00
parent 109fcd102c
commit 1d57b129b3

View file

@ -44,7 +44,7 @@ task ip {
checkExternalLibsInMap(moduleManifestIpMap, project) checkExternalLibsInMap(moduleManifestIpMap, project)
// gets the declared external python wheels and verifies they are accounted for in the Module.manifest file // gets the declared external python wheels and verifies they are accounted for in the Module.manifest file
checkExternalPythonWheelsInMap(moduleManifestIpMap, p) checkExternalPythonWheelsInMap(moduleManifestIpMap, project)
// adds the ip info from the Module.manifest file to the map generated from scanning the module files. // adds the ip info from the Module.manifest file to the map generated from scanning the module files.
addModuleManifestIp(ipToFileMap, moduleManifestIpMap) addModuleManifestIp(ipToFileMap, moduleManifestIpMap)