diff --git a/Ghidra/Features/PyGhidra/build.gradle b/Ghidra/Features/PyGhidra/build.gradle index 1860361ea3..29af546104 100644 --- a/Ghidra/Features/PyGhidra/build.gradle +++ b/Ghidra/Features/PyGhidra/build.gradle @@ -47,6 +47,7 @@ distributePyDep("JPype1-1.5.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_ distributePyDep("JPype1-1.5.0-cp39-cp39-win_amd64.whl") distributePyDep("packaging-23.2-py3-none-any.whl") distributePyDep("setuptools-68.0.0-py3-none-any.whl") +distributePyDep("wheel-0.37.1-py2.py3-none-any.whl") // Install JPype into the development virtual environment task installJPype(type: Exec) {