mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-27 13:02:57 +08:00
GP-0: Validating Python wheel Module.manifest IP
This commit is contained in:
@@ -80,8 +80,13 @@ rootProject.assembleDistribution {
|
||||
}
|
||||
|
||||
ext.distributePyDep = { name ->
|
||||
Set<File> wheelFiles = PYTHON_DEPS.get(project)
|
||||
if (wheelFiles == null) {
|
||||
wheelFiles = new HashSet<>()
|
||||
PYTHON_DEPS.put(project, wheelFiles)
|
||||
}
|
||||
File dep = findPyDep(name)
|
||||
PYTHON_DEPS.add(dep)
|
||||
wheelFiles.add(dep)
|
||||
def zipPath = getZipPath(project)
|
||||
rootProject.assembleDistribution {
|
||||
into ("${zipPath}/pypkg/dist") {
|
||||
|
||||
Reference in New Issue
Block a user