John Paul Adrian Glaubitz
be61e476ff
+ Version 2.0.18 - Include patch to set python3 as the default python interpretor for the "az" command + ac_use-python3-by-default.patch OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/azure-cli?expand=0&rev=1
11 lines
303 B
Diff
11 lines
303 B
Diff
diff -Nru azure-cli-2.0.15.orig/az azure-cli-2.0.15/az
|
|
--- azure-cli-2.0.15.orig/az 2017-08-28 22:11:38.000000000 +0200
|
|
+++ azure-cli-2.0.15/az 2017-09-18 13:18:43.389216387 +0200
|
|
@@ -10,5 +10,5 @@
|
|
|
|
export PYTHONPATH="${DIR}/src:${PYTHONPATH}"
|
|
|
|
-python -m azure.cli "$@"
|
|
+python3 -m azure.cli "$@"
|
|
|