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 \
|
substituteInPlace setup.py \
|
||||||
--replace "javaproperties==0.5.1" "javaproperties" \
|
--replace "javaproperties==0.5.1" "javaproperties" \
|
||||||
--replace "pytz==2019.1" "pytz" \
|
--replace "pytz==2019.1" "pytz" \
|
||||||
|
--replace "antlr4-python3-runtime~=4.7.2" "antlr4-python3-runtime~=4.7" \
|
||||||
--replace "mock~=4.0" "mock"
|
--replace "mock~=4.0" "mock"
|
||||||
|
|
||||||
# remove namespace hacks
|
# remove namespace hacks
|
||||||
|
Loading…
x
Reference in New Issue
Block a user