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:
Jonathan Ringer 2021-09-11 19:02:15 -07:00 committed by Jonathan Ringer
parent c6df6f51cc
commit 6d488e8238

View file

@ -28,6 +28,7 @@ py.pkgs.toPythonApplication (py.pkgs.buildAzureCliPackage {
substituteInPlace setup.py \
--replace "javaproperties==0.5.1" "javaproperties" \
--replace "pytz==2019.1" "pytz" \
--replace "scp~=0.13.2" "scp" \
--replace "jsondiff==1.2.0" "jsondiff~=1.2" \
--replace "antlr4-python3-runtime~=4.7.2" "antlr4-python3-runtime~=4.7" \
--replace "mock~=4.0" "mock"