diff --git a/GhidraBuild/EclipsePlugins/GhidraDev/GhidraDevPlugin/META-INF/MANIFEST.MF b/GhidraBuild/EclipsePlugins/GhidraDev/GhidraDevPlugin/META-INF/MANIFEST.MF index b39940a0de..591c26d03e 100644 --- a/GhidraBuild/EclipsePlugins/GhidraDev/GhidraDevPlugin/META-INF/MANIFEST.MF +++ b/GhidraBuild/EclipsePlugins/GhidraDev/GhidraDevPlugin/META-INF/MANIFEST.MF @@ -22,9 +22,9 @@ Require-Bundle: org.eclipse.ant.core;bundle-version="3.6.200", org.eclipse.ui;bundle-version="3.200.0", org.eclipse.ui.ide;bundle-version="3.18.400", com.python.pydev.debug;bundle-version="6.3.1";resolution:=optional, - org.python.pydev;bundle-version="6.3.1";resolution:=optional, - org.python.pydev.core;bundle-version="6.3.1";resolution:=optional, - org.python.pydev.ast;bundle-version="6.3.1";resolution:=optional, + org.python.pydev;bundle-version="[6.3.1,10.0.0)";resolution:=optional, + org.python.pydev.core;bundle-version="[6.3.1,10.0.0)";resolution:=optional, + org.python.pydev.ast;bundle-version="[6.3.1,10.0.0)";resolution:=optional, org.eclipse.cdt.core;bundle-version="5.9.1";resolution:=optional, org.eclipse.cdt.ui;bundle-version="5.9.0";resolution:=optional Bundle-RequiredExecutionEnvironment: JavaSE-17