Skip to content

Commit aeae9e9

Browse files
Thomas Ryansodn-git
authored andcommitted
Removed lxml restriction
1 parent b3ed779 commit aeae9e9

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)