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

authored by

Jonathan Ringer and committed by
Jonathan Ringer
6d488e82 c6df6f51

+1
+1
pkgs/tools/admin/azure-cli/default.nix
··· 28 28 substituteInPlace setup.py \ 29 29 --replace "javaproperties==0.5.1" "javaproperties" \ 30 30 --replace "pytz==2019.1" "pytz" \ 31 + --replace "scp~=0.13.2" "scp" \ 31 32 --replace "jsondiff==1.2.0" "jsondiff~=1.2" \ 32 33 --replace "antlr4-python3-runtime~=4.7.2" "antlr4-python3-runtime~=4.7" \ 33 34 --replace "mock~=4.0" "mock"