Skip to content

Commit e9142c0

Browse files
author
Thomas Ryan
committed
Removed lxml restriction
1 parent e1c6785 commit e9142c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

connector/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ PYTHON = python3
3232
TESTCMD = cd tests; runAll
3333
DISTDIR = $(BUILDDIR)/dist
3434

35-
DEPENDENCIES = "paramiko >= 1.15.1" "lxml >= 3.3.0, <5.0.0" \
35+
DEPENDENCIES = "paramiko >= 1.15.1" "lxml >= 3.3.0" \
3636
"ncclient >= 0.6.6" grpcio protobuf
3737

3838

0 commit comments

Comments
 (0)