Skip to content

Commit f4dab2d

Browse files
committed
Add dep to python-embedding-tools in JBang
1 parent 49eaaaa commit f4dab2d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

graalpython/graalpy-jbang/templates/graalpy-template.java.qute

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
//DEPS org.graalvm.python:python-resources:${env.GRAALPY_VERSION:24.1.0}
99
//DEPS org.graalvm.python:python-launcher:${env.GRAALPY_VERSION:24.1.0}
1010
//DEPS org.graalvm.python:python-embedding:${env.GRAALPY_VERSION:24.1.0}
11+
//DEPS org.graalvm.python:python-embedding-tools:${env.GRAALPY_VERSION:24.1.0}
1112
//PIP termcolor
1213
|}
1314
import org.graalvm.polyglot.Context;

graalpython/graalpy-jbang/templates/graalpy-template_local_repo.java.qute

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
//DEPS org.graalvm.python:python-resources:${env.GRAALPY_VERSION:24.1.0}
1212
//DEPS org.graalvm.python:python-launcher:${env.GRAALPY_VERSION:24.1.0}
1313
//DEPS org.graalvm.python:python-embedding:${env.GRAALPY_VERSION:24.1.0}
14+
//DEPS org.graalvm.python:python-embedding-tools:${env.GRAALPY_VERSION:24.1.0}
1415
//PIP termcolor
1516
|}
1617
import org.graalvm.polyglot.Context;

0 commit comments

Comments
 (0)