GP-0: Validating Python wheel Module.manifest IP

This commit is contained in:
Ryan Kurtz
2025-01-29 12:58:15 -05:00
parent 3c68902436
commit 0d24ae38aa
3 changed files with 22 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ if ("32".equals(System.getProperty("sun.arch.data.model"))) {
* Identify supported Python command
***************************************************************************************/
project.ext.PYTHON3 = findPython3(true)
project.ext.PYTHON_DEPS = new HashSet<String>()
project.ext.PYTHON_DEPS = new HashMap<Project, Set<File>>()
/*********************************************************************************
* Define the location of bin repo