azure-cli: allow for use with all versions of scp
scp didn't have any breaking changes according to changelog: https://github.com/jbardin/scp.py/blob/master/CHANGELOG.md
This commit is contained in:
parent
c6df6f51cc
commit
6d488e8238
@ -28,6 +28,7 @@ py.pkgs.toPythonApplication (py.pkgs.buildAzureCliPackage {
|
|||||||
substituteInPlace setup.py \
|
substituteInPlace setup.py \
|
||||||
--replace "javaproperties==0.5.1" "javaproperties" \
|
--replace "javaproperties==0.5.1" "javaproperties" \
|
||||||
--replace "pytz==2019.1" "pytz" \
|
--replace "pytz==2019.1" "pytz" \
|
||||||
|
--replace "scp~=0.13.2" "scp" \
|
||||||
--replace "jsondiff==1.2.0" "jsondiff~=1.2" \
|
--replace "jsondiff==1.2.0" "jsondiff~=1.2" \
|
||||||
--replace "antlr4-python3-runtime~=4.7.2" "antlr4-python3-runtime~=4.7" \
|
--replace "antlr4-python3-runtime~=4.7.2" "antlr4-python3-runtime~=4.7" \
|
||||||
--replace "mock~=4.0" "mock"
|
--replace "mock~=4.0" "mock"
|
||||||
|
Loading…
Reference in New Issue
Block a user