mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-21 11:31:43 +00:00
GP-0: Enabling the Python Nature in python projects
This commit is contained in:
parent
c598bdbe5b
commit
9d7c80c71a
@ -18,6 +18,11 @@
|
||||
* NOTE: Supported Python3 command is established by root project build.gradle
|
||||
*/
|
||||
|
||||
// Enable the Python Nature in the Eclipse project
|
||||
eclipse.project {
|
||||
natures 'org.python.pydev.pythonNature'
|
||||
}
|
||||
|
||||
ext.findPyDep = { name ->
|
||||
File inDeps = file("${DEPS_DIR}/${project.name}/${name}")
|
||||
File inRepo = file("${BIN_REPO}/${getGhidraRelativePath(project)}/${name}")
|
||||
|
Loading…
Reference in New Issue
Block a user