mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-03 11:32:02 +02:00
app-emulation/google-compute-engine: Use python3 explicitly
This commit is contained in:
parent
6c4dd2023c
commit
0bd3e6595d
@ -31,9 +31,9 @@ RDEPEND="
|
|||||||
S="${WORKDIR}/compute-image-packages-${PV}"
|
S="${WORKDIR}/compute-image-packages-${PV}"
|
||||||
|
|
||||||
src_compile() {
|
src_compile() {
|
||||||
(cd "${S}" && exec python setup.py build)
|
(cd "${S}" && exec python3 setup.py build)
|
||||||
}
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
(cd "${S}" && exec python setup.py install -O1 --skip-build --root "${D}")
|
(cd "${S}" && exec python3 setup.py install -O1 --skip-build --root "${D}")
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user