Skip to content

Commit f4865ef

Browse files
author
Thomas Ryan
committed
Made changes to support 3.13
1 parent 4dd9a4e commit f4865ef

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

connector/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 ""

connector/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

ncdiff/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 ""

0 commit comments

Comments
 (0)