GP-4838: Keep track of used python dependencies

This commit is contained in:
Ryan Kurtz
2024-08-12 08:26:41 -04:00
parent d007200b11
commit 7878748c4b
2 changed files with 4 additions and 2 deletions
+1
View File
@@ -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") {