mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-31 14:12:58 +08:00
GP-4838: Keep track of used python dependencies
This commit is contained in:
@@ -77,6 +77,7 @@ rootProject.assembleDistribution {
|
||||
|
||||
ext.distributePyDep = { name ->
|
||||
File dep = findPyDep(name)
|
||||
PYTHON_DEPS.add(dep)
|
||||
def zipPath = getZipPath(project)
|
||||
rootProject.assembleDistribution {
|
||||
into ("${zipPath}/pypkg/dist") {
|
||||
|
||||
Reference in New Issue
Block a user