azure-cli: loosen antlr4 version bounds
This commit is contained in:
parent
06df74607f
commit
2a5b50f67d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user