azure-cli: fix build

This commit is contained in:
Jonathan Ringer
2021-06-22 13:42:52 +02:00
committed by Martin Weinelt
parent 375b0a33b2
commit 9911942e00
+1
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 "jsondiff==1.2.0" "jsondiff~=1.2" \
--replace "antlr4-python3-runtime~=4.7.2" "antlr4-python3-runtime~=4.7" \
--replace "mock~=4.0" "mock"