File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ develop:
8585 @echo " "
8686
8787 @pip3 uninstall -y yang.connector || true
88- @$(PYTHON) setup.py develop -q
88+ @pip3 install -e .
8989
9090 @echo "Completed building and installing: $@"
9191 @echo ""
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ def find_version(*paths):
180180 # package dependencies
181181 install_requires = [
182182 'paramiko >= 1.15.1' ,
183- 'lxml >= 3.3.0, <5.0.0 ' ,
183+ 'lxml >= 3.3.0' ,
184184 'ncclient >= 0.6.6' ,
185185 'grpcio' ,
186186 'protobuf'
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ develop:
8484 @echo " "
8585
8686 @pip3 uninstall -y yang.ncdiff || true
87- @$(PYTHON) setup.py develop -q
87+ @pip3 install -e .
8888
8989 @echo "Completed building and installing: $@"
9090 @echo ""
@@ -157,4 +157,4 @@ changelogs:
157157 @echo " yang.ncdiff changelog created..."
158158 @echo " "
159159 @echo " Done."
160- @echo " "
160+ @echo " "
You can’t perform that action at this time.
0 commit comments