azure-cli: loosen antlr4 version bounds

This commit is contained in:
Guillaume Bouchard 2020-11-04 22:33:01 +01:00 committed by Jonathan Ringer
parent 06df74607f
commit 2a5b50f67d

View File

@ -23,6 +23,7 @@ py.pkgs.toPythonApplication (py.pkgs.buildAzureCliPackage {
substituteInPlace setup.py \
--replace "javaproperties==0.5.1" "javaproperties" \
--replace "pytz==2019.1" "pytz" \
--replace "antlr4-python3-runtime~=4.7.2" "antlr4-python3-runtime~=4.7" \
--replace "mock~=4.0" "mock"
# remove namespace hacks